Html Css Color HEX #075891 Dark Cerulean

📋 copy color: '#075891'

red 7 ◦ green 88 ◦ blue 145

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

Shades of Dark Cerulean #075891

Tints of Dark Cerulean #075891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 60.42%

R = 2.92%
G = 36.67%
B = 60.42%

CMYK

 C value IS 0.95

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#075891 (or 0x075891) is known color: Dark Cerulean. HEX triplet: 07, 58 and 91. RGB value is (7,88,145). Sum of RGB (Red+Green+Blue) = 7+88+145=240 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.92% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 145 (57.03% from 255 or 60.42% from 240); Max value from RGB is 145 - color contains mainly: blue. Hex color #075891 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075891 is #F8A76E. Grayscale: #454545. Windows color (decimal): -16295791 or 9525255. OLE color: 9525255.

HSL color Cylindrical-coordinate representation of color #075891: hue angle of 204.78º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075891 is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 7 88 145 -
CMYK 0.95 0.39 0 0.43
HSL 204.78º 0.91% 0.3% -
HSV(B) 204.78º 0.95% 0.57% -
XYZ 8.69 9.07 28.08 -
YUV 70.28 170.16 82.87 -
System Red Green Blue C M Y K H S L
Decimal 7 88 145 0.95 0.39 0 0.43 204.78 0.91 0.3
Hex 7 58 91 5F 27 0 2B CD 5B 1E
Octal 7 130 221 137 47 0 53 315 133 36
Binary 111 1011000 10010001 1011111 100111 0 101011 11001101 1011011 11110

Color Harmonies of #075891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075891

Black with #075891

Text Example


Text Example

White with #075891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075891; }

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

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

background-color css

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

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

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

border-color css

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

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

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