Html Css Color HEX #074486 Dark Cerulean

📋 copy color: '#074486'

red 7 ◦ green 68 ◦ blue 134

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

Shades of Dark Cerulean #074486

Tints of Dark Cerulean #074486

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.54%

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

R = 3.35%
G = 32.54%
B = 64.11%

CMYK

 C value IS 0.95

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#074486 (or 0x074486) is known color: Dark Cerulean. HEX triplet: 07, 44 and 86. RGB value is (7,68,134). Sum of RGB (Red+Green+Blue) = 7+68+134=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 134 (52.73% from 255 or 64.11% from 209); Max value from RGB is 134 - color contains mainly: blue. Hex color #074486 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074486 is #F8BB79. Grayscale: #383838. Windows color (decimal): -16300922 or 8799239. OLE color: 8799239.

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

Color convert

RGB 7 68 134 -
CMYK 0.95 0.49 0 0.47
HSL 211.18º 0.9% 0.28% -
HSV(B) 211.18º 0.95% 0.53% -
XYZ 6.46 5.9 23.35 -
YUV 57.29 171.29 92.13 -
System Red Green Blue C M Y K H S L
Decimal 7 68 134 0.95 0.49 0 0.47 211.18 0.9 0.28
Hex 7 44 86 5F 31 0 2F D3 5A 1C
Octal 7 104 206 137 61 0 57 323 132 34
Binary 111 1000100 10000110 1011111 110001 0 101111 11010011 1011010 11100

Color Harmonies of #074486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074486

Black with #074486

Text Example


Text Example

White with #074486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074486; }

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

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

background-color css

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

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

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

border-color css

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

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

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