Html Css Color HEX #074582 Dark Cerulean

📋 copy color: '#074582'

red 7 ◦ green 69 ◦ blue 130

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

Shades of Dark Cerulean #074582

Tints of Dark Cerulean #074582

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.5%

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

R = 3.4%
G = 33.5%
B = 63.11%

CMYK

 C value IS 0.95

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#074582 (or 0x074582) is known color: Dark Cerulean. HEX triplet: 07, 45 and 82. RGB value is (7,69,130). Sum of RGB (Red+Green+Blue) = 7+69+130=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 130 (51.17% from 255 or 63.11% from 206); Max value from RGB is 130 - color contains mainly: blue. Hex color #074582 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074582 is #F8BA7D. Grayscale: #393939. Windows color (decimal): -16300670 or 8537351. OLE color: 8537351.

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

Color convert

RGB 7 69 130 -
CMYK 0.95 0.47 0 0.49
HSL 209.76º 0.9% 0.27% -
HSV(B) 209.76º 0.95% 0.51% -
XYZ 6.25 5.91 21.93 -
YUV 57.42 168.96 92.04 -
System Red Green Blue C M Y K H S L
Decimal 7 69 130 0.95 0.47 0 0.49 209.76 0.9 0.27
Hex 7 45 82 5F 2F 0 31 D2 5A 1B
Octal 7 105 202 137 57 0 61 322 132 33
Binary 111 1000101 10000010 1011111 101111 0 110001 11010010 1011010 11011

Color Harmonies of #074582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074582

Black with #074582

Text Example


Text Example

White with #074582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074582; }

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

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

background-color css

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

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

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

border-color css

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

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

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