Html Css Color HEX #075B8E Dark Cerulean

📋 copy color: '#075B8E'

red 7 ◦ green 91 ◦ blue 142

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

Shades of Dark Cerulean #075B8E

Tints of Dark Cerulean #075B8E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.92%

 BLUE value IS 142 (55.86% from 255) = 59.17%

R = 2.92%
G = 37.92%
B = 59.17%

CMYK

 C value IS 0.95

 M value IS 0.36

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#075B8E (or 0x075B8E) is known color: Dark Cerulean. HEX triplet: 07, 5B and 8E. RGB value is (7,91,142). Sum of RGB (Red+Green+Blue) = 7+91+142=240 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.92% from 240); Green value is 91 (35.94% from 255 or 37.92% from 240); Blue value is 142 (55.86% from 255 or 59.17% from 240); Max value from RGB is 142 - color contains mainly: blue. Hex color #075B8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075B8E is #F8A471. Grayscale: #474747. Windows color (decimal): -16295026 or 9329415. OLE color: 9329415.

HSL color Cylindrical-coordinate representation of color #075B8E: hue angle of 202.67º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075B8E is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 7 91 142 -
CMYK 0.95 0.36 0 0.44
HSL 202.67º 0.91% 0.29% -
HSV(B) 202.67º 0.95% 0.56% -
XYZ 8.71 9.48 26.96 -
YUV 71.7 167.67 81.85 -
System Red Green Blue C M Y K H S L
Decimal 7 91 142 0.95 0.36 0 0.44 202.67 0.91 0.29
Hex 7 5B 8E 5F 24 0 2C CB 5B 1D
Octal 7 133 216 137 44 0 54 313 133 35
Binary 111 1011011 10001110 1011111 100100 0 101100 11001011 1011011 11101

Color Harmonies of #075B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075B8E

Black with #075B8E

Text Example


Text Example

White with #075B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,91,142); }

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

background-color css

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

 a { background-color: rgb(7,91,142); }

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

border-color css

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

 span { border-color: rgb(7,91,142); }

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