Html Css Color HEX #075594 Dark Cerulean

📋 copy color: '#075594'

red 7 ◦ green 85 ◦ blue 148

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

Shades of Dark Cerulean #075594

Tints of Dark Cerulean #075594

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.42%

 BLUE value IS 148 (58.2% from 255) = 61.67%

R = 2.92%
G = 35.42%
B = 61.67%

CMYK

 C value IS 0.95

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#075594 (or 0x075594) is known color: Dark Cerulean. HEX triplet: 07, 55 and 94. RGB value is (7,85,148). Sum of RGB (Red+Green+Blue) = 7+85+148=240 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.92% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 148 (58.20% from 255 or 61.67% from 240); Max value from RGB is 148 - color contains mainly: blue. Hex color #075594 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075594 is #F8AA6B. Grayscale: #444444. Windows color (decimal): -16296556 or 9721095. OLE color: 9721095.

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

Color convert

RGB 7 85 148 -
CMYK 0.95 0.43 0 0.42
HSL 206.81º 0.91% 0.3% -
HSV(B) 206.81º 0.95% 0.58% -
XYZ 8.68 8.68 29.23 -
YUV 68.86 172.66 83.88 -
System Red Green Blue C M Y K H S L
Decimal 7 85 148 0.95 0.43 0 0.42 206.81 0.91 0.3
Hex 7 55 94 5F 2B 0 2A CF 5B 1E
Octal 7 125 224 137 53 0 52 317 133 36
Binary 111 1010101 10010100 1011111 101011 0 101010 11001111 1011011 11110

Color Harmonies of #075594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075594

Black with #075594

Text Example


Text Example

White with #075594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075594; }

 p { color: rgb(7,85,148); }

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

background-color css

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

 a { background-color: rgb(7,85,148); }

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

border-color css

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

 span { border-color: rgb(7,85,148); }

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