Html Css Color HEX #074271 Dark Cerulean

📋 copy color: '#074271'

red 7 ◦ green 66 ◦ blue 113

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

Shades of Dark Cerulean #074271

Tints of Dark Cerulean #074271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 60.75%

R = 3.76%
G = 35.48%
B = 60.75%

CMYK

 C value IS 0.94

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#074271 (or 0x074271) is known color: Dark Cerulean. HEX triplet: 07, 42 and 71. RGB value is (7,66,113). Sum of RGB (Red+Green+Blue) = 7+66+113=186 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.76% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 113 (44.53% from 255 or 60.75% from 186); Max value from RGB is 113 - color contains mainly: blue. Hex color #074271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074271 is #F8BD8E. Grayscale: #353535. Windows color (decimal): -16301455 or 7422471. OLE color: 7422471.

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

Color convert

RGB 7 66 113 -
CMYK 0.94 0.42 0 0.56
HSL 206.6º 0.88% 0.24% -
HSV(B) 206.6º 0.94% 0.44% -
XYZ 5.02 5.13 16.35 -
YUV 53.72 161.45 94.68 -
System Red Green Blue C M Y K H S L
Decimal 7 66 113 0.94 0.42 0 0.56 206.6 0.88 0.24
Hex 7 42 71 5E 2A 0 38 CF 58 18
Octal 7 102 161 136 52 0 70 317 130 30
Binary 111 1000010 1110001 1011110 101010 0 111000 11001111 1011000 11000

Color Harmonies of #074271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074271

Black with #074271

Text Example


Text Example

White with #074271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074271; }

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

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

background-color css

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

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

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

border-color css

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

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

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