Html Css Color HEX #074475 Dark Cerulean

📋 copy color: '#074475'

red 7 ◦ green 68 ◦ blue 117

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

Shades of Dark Cerulean #074475

Tints of Dark Cerulean #074475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.42%

 BLUE value IS 117 (46.09% from 255) = 60.94%

R = 3.65%
G = 35.42%
B = 60.94%

CMYK

 C value IS 0.94

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#074475 (or 0x074475) is known color: Dark Cerulean. HEX triplet: 07, 44 and 75. RGB value is (7,68,117). Sum of RGB (Red+Green+Blue) = 7+68+117=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 117 (46.09% from 255 or 60.94% from 192); Max value from RGB is 117 - color contains mainly: blue. Hex color #074475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074475 is #F8BB8A. Grayscale: #373737. Windows color (decimal): -16300939 or 7685127. OLE color: 7685127.

HSL color Cylindrical-coordinate representation of color #074475: hue angle of 206.73º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074475 is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 7 68 117 -
CMYK 0.94 0.42 0 0.54
HSL 206.73º 0.89% 0.24% -
HSV(B) 206.73º 0.94% 0.46% -
XYZ 5.37 5.46 17.6 -
YUV 55.35 162.79 93.52 -
System Red Green Blue C M Y K H S L
Decimal 7 68 117 0.94 0.42 0 0.54 206.73 0.89 0.24
Hex 7 44 75 5E 2A 0 36 CF 59 18
Octal 7 104 165 136 52 0 66 317 131 30
Binary 111 1000100 1110101 1011110 101010 0 110110 11001111 1011001 11000

Color Harmonies of #074475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074475

Black with #074475

Text Example


Text Example

White with #074475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074475; }

 p { color: rgb(7,68,117); }

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

background-color css

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

 a { background-color: rgb(7,68,117); }

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

border-color css

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

 span { border-color: rgb(7,68,117); }

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