Html Css Color HEX #075A89 Dark Cerulean

📋 copy color: '#075A89'

red 7 ◦ green 90 ◦ blue 137

#075A89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #075A89

Tints of Dark Cerulean #075A89

RGB

 RED value IS 7 (3.13% from 255) = 2.99%

 GREEN value IS 90 (35.55% from 255) = 38.46%

 BLUE value IS 137 (53.91% from 255) = 58.55%

R = 2.99%
G = 38.46%
B = 58.55%

CMYK

 C value IS 0.95

 M value IS 0.34

 Y value IS 0

 K value IS 0.46

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#075A89 (or 0x075A89) is known color: Dark Cerulean. HEX triplet: 07, 5A and 89. RGB value is (7,90,137). Sum of RGB (Red+Green+Blue) = 7+90+137=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 90 (35.55% from 255 or 38.46% from 234); Blue value is 137 (53.91% from 255 or 58.55% from 234); Max value from RGB is 137 - color contains mainly: blue. Hex color #075A89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075A89 is #F8A576. Grayscale: #464646. Windows color (decimal): -16295287 or 9001479. OLE color: 9001479.

HSL color Cylindrical-coordinate representation of color #075A89: hue angle of 201.69º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075A89 is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 7 90 137 -
CMYK 0.95 0.34 0 0.46
HSL 201.69º 0.9% 0.28% -
HSV(B) 201.69º 0.95% 0.54% -
XYZ 8.26 9.16 25 -
YUV 70.54 165.5 82.68 -
System Red Green Blue C M Y K H S L
Decimal 7 90 137 0.95 0.34 0 0.46 201.69 0.9 0.28
Hex 7 5A 89 5F 22 0 2E CA 5A 1C
Octal 7 132 211 137 42 0 56 312 132 34
Binary 111 1011010 10001001 1011111 100010 0 101110 11001010 1011010 11100

Color Harmonies of #075A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075A89

Black with #075A89

Text Example


Text Example

White with #075A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075A89; }

 p { color: rgb(7,90,137); }

 H1.HeaderClassName
 {
   color: #075A89;
 }
 .AnyTagClassName
 {
   color: #075A89;
 }
</style>

background-color css

<style>
 a { background-color: #075A89; }

 a { background-color: rgb(7,90,137); }

 div.DivClassName
 {
   background-color: #075A89;
 }
 .BgClassName
 {
   background-color: #075A89;
 }
</style>

border-color css

<style>
 span { border-color: #075A89; }

 span { border-color: rgb(7,90,137); }

 td.TdClassName
 {
   border-color: #075A89;
 }
 .TagClassName
 {
   border-color: #075A89;
 }
</style>