Html Css Color HEX #074686 Dark Cerulean

📋 copy color: '#074686'

red 7 ◦ green 70 ◦ blue 134

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

Shades of Dark Cerulean #074686

Tints of Dark Cerulean #074686

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.18%

 BLUE value IS 134 (52.73% from 255) = 63.51%

R = 3.32%
G = 33.18%
B = 63.51%

CMYK

 C value IS 0.95

 M value IS 0.48

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#074686 (or 0x074686) is known color: Dark Cerulean. HEX triplet: 07, 46 and 86. RGB value is (7,70,134). Sum of RGB (Red+Green+Blue) = 7+70+134=211 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.32% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 134 (52.73% from 255 or 63.51% from 211); Max value from RGB is 134 - color contains mainly: blue. Hex color #074686 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074686 is #F8B979. Grayscale: #3A3A3A. Windows color (decimal): -16300410 or 8799751. OLE color: 8799751.

HSL color Cylindrical-coordinate representation of color #074686: hue angle of 210.24º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074686 is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 7 70 134 -
CMYK 0.95 0.48 0 0.47
HSL 210.24º 0.9% 0.28% -
HSV(B) 210.24º 0.95% 0.53% -
XYZ 6.58 6.15 23.39 -
YUV 58.46 170.63 91.3 -
System Red Green Blue C M Y K H S L
Decimal 7 70 134 0.95 0.48 0 0.47 210.24 0.9 0.28
Hex 7 46 86 5F 30 0 2F D2 5A 1C
Octal 7 106 206 137 60 0 57 322 132 34
Binary 111 1000110 10000110 1011111 110000 0 101111 11010010 1011010 11100

Color Harmonies of #074686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074686

Black with #074686

Text Example


Text Example

White with #074686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074686; }

 p { color: rgb(7,70,134); }

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

background-color css

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

 a { background-color: rgb(7,70,134); }

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

border-color css

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

 span { border-color: rgb(7,70,134); }

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