Html Css Color HEX #074286 Dark Cerulean

📋 copy color: '#074286'

red 7 ◦ green 66 ◦ blue 134

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

Shades of Dark Cerulean #074286

Tints of Dark Cerulean #074286

RGB

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

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

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

R = 3.38%
G = 31.88%
B = 64.73%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#074286 (or 0x074286) is known color: Dark Cerulean. HEX triplet: 07, 42 and 86. RGB value is (7,66,134). Sum of RGB (Red+Green+Blue) = 7+66+134=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 134 (52.73% from 255 or 64.73% from 207); Max value from RGB is 134 - color contains mainly: blue. Hex color #074286 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074286 is #F8BD79. Grayscale: #373737. Windows color (decimal): -16301434 or 8798727. OLE color: 8798727.

HSL color Cylindrical-coordinate representation of color #074286: hue angle of 212.13º 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 #074286 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 7 66 134 -
CMYK 0.95 0.51 0 0.47
HSL 212.13º 0.9% 0.28% -
HSV(B) 212.13º 0.95% 0.53% -
XYZ 6.34 5.66 23.31 -
YUV 56.11 171.95 92.97 -
System Red Green Blue C M Y K H S L
Decimal 7 66 134 0.95 0.51 0 0.47 212.13 0.9 0.28
Hex 7 42 86 5F 33 0 2F D4 5A 1C
Octal 7 102 206 137 63 0 57 324 132 34
Binary 111 1000010 10000110 1011111 110011 0 101111 11010100 1011010 11100

Color Harmonies of #074286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074286

Black with #074286

Text Example


Text Example

White with #074286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074286; }

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

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

background-color css

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

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

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

border-color css

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

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

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