Html Css Color HEX #075491 Dark Cerulean

📋 copy color: '#075491'

red 7 ◦ green 84 ◦ blue 145

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

Shades of Dark Cerulean #075491

Tints of Dark Cerulean #075491

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.59%

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

R = 2.97%
G = 35.59%
B = 61.44%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#075491 (or 0x075491) is known color: Dark Cerulean. HEX triplet: 07, 54 and 91. RGB value is (7,84,145). Sum of RGB (Red+Green+Blue) = 7+84+145=236 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.97% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 145 (57.03% from 255 or 61.44% from 236); Max value from RGB is 145 - color contains mainly: blue. Hex color #075491 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075491 is #F8AB6E. Grayscale: #434343. Windows color (decimal): -16296815 or 9524231. OLE color: 9524231.

HSL color Cylindrical-coordinate representation of color #075491: hue angle of 206.52º 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 #075491 is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 7 84 145 -
CMYK 0.95 0.42 0 0.43
HSL 206.52º 0.91% 0.3% -
HSV(B) 206.52º 0.95% 0.57% -
XYZ 8.37 8.43 27.97 -
YUV 67.93 171.49 84.54 -
System Red Green Blue C M Y K H S L
Decimal 7 84 145 0.95 0.42 0 0.43 206.52 0.91 0.3
Hex 7 54 91 5F 2A 0 2B CF 5B 1E
Octal 7 124 221 137 52 0 53 317 133 36
Binary 111 1010100 10010001 1011111 101010 0 101011 11001111 1011011 11110

Color Harmonies of #075491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075491

Black with #075491

Text Example


Text Example

White with #075491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075491; }

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

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

background-color css

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

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

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

border-color css

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

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

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