Html Css Color HEX #074682 Dark Cerulean

📋 copy color: '#074682'

red 7 ◦ green 70 ◦ blue 130

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

Shades of Dark Cerulean #074682

Tints of Dark Cerulean #074682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 62.8%

R = 3.38%
G = 33.82%
B = 62.8%

CMYK

 C value IS 0.95

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#074682 (or 0x074682) is known color: Dark Cerulean. HEX triplet: 07, 46 and 82. RGB value is (7,70,130). Sum of RGB (Red+Green+Blue) = 7+70+130=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 130 (51.17% from 255 or 62.80% from 207); Max value from RGB is 130 - color contains mainly: blue. Hex color #074682 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074682 is #F8B97D. Grayscale: #393939. Windows color (decimal): -16300414 or 8537607. OLE color: 8537607.

HSL color Cylindrical-coordinate representation of color #074682: hue angle of 209.27º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074682 is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 7 70 130 -
CMYK 0.95 0.46 0 0.49
HSL 209.27º 0.9% 0.27% -
HSV(B) 209.27º 0.95% 0.51% -
XYZ 6.31 6.04 21.95 -
YUV 58 168.63 91.62 -
System Red Green Blue C M Y K H S L
Decimal 7 70 130 0.95 0.46 0 0.49 209.27 0.9 0.27
Hex 7 46 82 5F 2E 0 31 D1 5A 1B
Octal 7 106 202 137 56 0 61 321 132 33
Binary 111 1000110 10000010 1011111 101110 0 110001 11010001 1011010 11011

Color Harmonies of #074682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074682

Black with #074682

Text Example


Text Example

White with #074682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074682; }

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

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

background-color css

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

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

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

border-color css

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

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

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