Html Css Color HEX #074585 Dark Cerulean

📋 copy color: '#074585'

red 7 ◦ green 69 ◦ blue 133

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

Shades of Dark Cerulean #074585

Tints of Dark Cerulean #074585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 63.64%

R = 3.35%
G = 33.01%
B = 63.64%

CMYK

 C value IS 0.95

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#074585 (or 0x074585) is known color: Dark Cerulean. HEX triplet: 07, 45 and 85. RGB value is (7,69,133). Sum of RGB (Red+Green+Blue) = 7+69+133=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 133 (52.34% from 255 or 63.64% from 209); Max value from RGB is 133 - color contains mainly: blue. Hex color #074585 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074585 is #F8BA7A. Grayscale: #393939. Windows color (decimal): -16300667 or 8733959. OLE color: 8733959.

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

Color convert

RGB 7 69 133 -
CMYK 0.95 0.48 0 0.48
HSL 210.48º 0.9% 0.27% -
HSV(B) 210.48º 0.95% 0.52% -
XYZ 6.45 5.99 23.01 -
YUV 57.76 170.46 91.8 -
System Red Green Blue C M Y K H S L
Decimal 7 69 133 0.95 0.48 0 0.48 210.48 0.9 0.27
Hex 7 45 85 5F 30 0 30 D2 5A 1B
Octal 7 105 205 137 60 0 60 322 132 33
Binary 111 1000101 10000101 1011111 110000 0 110000 11010010 1011010 11011

Color Harmonies of #074585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074585

Black with #074585

Text Example


Text Example

White with #074585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074585; }

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

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

background-color css

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

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

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

border-color css

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

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

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