Html Css Color HEX #074974 Dark Cerulean

📋 copy color: '#074974'

red 7 ◦ green 73 ◦ blue 116

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

Shades of Dark Cerulean #074974

Tints of Dark Cerulean #074974

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.24%

 BLUE value IS 116 (45.7% from 255) = 59.18%

R = 3.57%
G = 37.24%
B = 59.18%

CMYK

 C value IS 0.94

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#074974 (or 0x074974) is known color: Dark Cerulean. HEX triplet: 07, 49 and 74. RGB value is (7,73,116). Sum of RGB (Red+Green+Blue) = 7+73+116=196 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.57% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 116 (45.70% from 255 or 59.18% from 196); Max value from RGB is 116 - color contains mainly: blue. Hex color #074974 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074974 is #F8B68B. Grayscale: #393939. Windows color (decimal): -16299660 or 7620871. OLE color: 7620871.

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

Color convert

RGB 7 73 116 -
CMYK 0.94 0.37 0 0.55
HSL 203.67º 0.89% 0.24% -
HSV(B) 203.67º 0.94% 0.45% -
XYZ 5.62 6.07 17.4 -
YUV 58.17 160.63 91.5 -
System Red Green Blue C M Y K H S L
Decimal 7 73 116 0.94 0.37 0 0.55 203.67 0.89 0.24
Hex 7 49 74 5E 25 0 37 CC 59 18
Octal 7 111 164 136 45 0 67 314 131 30
Binary 111 1001001 1110100 1011110 100101 0 110111 11001100 1011001 11000

Color Harmonies of #074974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074974

Black with #074974

Text Example


Text Example

White with #074974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074974; }

 p { color: rgb(7,73,116); }

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

background-color css

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

 a { background-color: rgb(7,73,116); }

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

border-color css

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

 span { border-color: rgb(7,73,116); }

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