Html Css Color HEX #074274 Dark Cerulean

📋 copy color: '#074274'

red 7 ◦ green 66 ◦ blue 116

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

Shades of Dark Cerulean #074274

Tints of Dark Cerulean #074274

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.92%

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

R = 3.7%
G = 34.92%
B = 61.38%

CMYK

 C value IS 0.94

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#074274 (or 0x074274) is known color: Dark Cerulean. HEX triplet: 07, 42 and 74. RGB value is (7,66,116). Sum of RGB (Red+Green+Blue) = 7+66+116=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 116 (45.70% from 255 or 61.38% from 189); Max value from RGB is 116 - color contains mainly: blue. Hex color #074274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074274 is #F8BD8B. Grayscale: #353535. Windows color (decimal): -16301452 or 7619079. OLE color: 7619079.

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

Color convert

RGB 7 66 116 -
CMYK 0.94 0.43 0 0.55
HSL 207.52º 0.89% 0.24% -
HSV(B) 207.52º 0.94% 0.45% -
XYZ 5.19 5.2 17.25 -
YUV 54.06 162.95 94.43 -
System Red Green Blue C M Y K H S L
Decimal 7 66 116 0.94 0.43 0 0.55 207.52 0.89 0.24
Hex 7 42 74 5E 2B 0 37 D0 59 18
Octal 7 102 164 136 53 0 67 320 131 30
Binary 111 1000010 1110100 1011110 101011 0 110111 11010000 1011001 11000

Color Harmonies of #074274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074274

Black with #074274

Text Example


Text Example

White with #074274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074274; }

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

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

background-color css

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

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

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

border-color css

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

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

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