Html Css Color HEX #075888 Dark Cerulean

📋 copy color: '#075888'

red 7 ◦ green 88 ◦ blue 136

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

Shades of Dark Cerulean #075888

Tints of Dark Cerulean #075888

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.1%

 BLUE value IS 136 (53.52% from 255) = 58.87%

R = 3.03%
G = 38.1%
B = 58.87%

CMYK

 C value IS 0.95

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#075888 (or 0x075888) is known color: Dark Cerulean. HEX triplet: 07, 58 and 88. RGB value is (7,88,136). Sum of RGB (Red+Green+Blue) = 7+88+136=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 136 (53.52% from 255 or 58.87% from 231); Max value from RGB is 136 - color contains mainly: blue. Hex color #075888 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075888 is #F8A777. Grayscale: #444444. Windows color (decimal): -16295800 or 8935431. OLE color: 8935431.

HSL color Cylindrical-coordinate representation of color #075888: hue angle of 202.33º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075888 is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 7 88 136 -
CMYK 0.95 0.35 0 0.47
HSL 202.33º 0.9% 0.28% -
HSV(B) 202.33º 0.95% 0.53% -
XYZ 8.02 8.8 24.57 -
YUV 69.25 165.66 83.6 -
System Red Green Blue C M Y K H S L
Decimal 7 88 136 0.95 0.35 0 0.47 202.33 0.9 0.28
Hex 7 58 88 5F 23 0 2F CA 5A 1C
Octal 7 130 210 137 43 0 57 312 132 34
Binary 111 1011000 10001000 1011111 100011 0 101111 11001010 1011010 11100

Color Harmonies of #075888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075888

Black with #075888

Text Example


Text Example

White with #075888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075888; }

 p { color: rgb(7,88,136); }

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

background-color css

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

 a { background-color: rgb(7,88,136); }

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

border-color css

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

 span { border-color: rgb(7,88,136); }

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