Html Css Color HEX #073B87 Dark Cerulean

📋 copy color: '#073B87'

red 7 ◦ green 59 ◦ blue 135

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

Shades of Dark Cerulean #073B87

Tints of Dark Cerulean #073B87

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.35%

 BLUE value IS 135 (53.13% from 255) = 67.16%

R = 3.48%
G = 29.35%
B = 67.16%

CMYK

 C value IS 0.95

 M value IS 0.56

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#073B87 (or 0x073B87) is known color: Dark Cerulean. HEX triplet: 07, 3B and 87. RGB value is (7,59,135). Sum of RGB (Red+Green+Blue) = 7+59+135=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 135 (53.12% from 255 or 67.16% from 201); Max value from RGB is 135 - color contains mainly: blue. Hex color #073B87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073B87 is #F8C478. Grayscale: #333333. Windows color (decimal): -16303225 or 8862471. OLE color: 8862471.

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

Color convert

RGB 7 59 135 -
CMYK 0.95 0.56 0 0.47
HSL 215.63º 0.9% 0.28% -
HSV(B) 215.63º 0.95% 0.53% -
XYZ 6.02 4.92 23.55 -
YUV 52.12 174.77 95.82 -
System Red Green Blue C M Y K H S L
Decimal 7 59 135 0.95 0.56 0 0.47 215.63 0.9 0.28
Hex 7 3B 87 5F 38 0 2F D8 5A 1C
Octal 7 73 207 137 70 0 57 330 132 34
Binary 111 111011 10000111 1011111 111000 0 101111 11011000 1011010 11100

Color Harmonies of #073B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073B87

Black with #073B87

Text Example


Text Example

White with #073B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073B87; }

 p { color: rgb(7,59,135); }

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

background-color css

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

 a { background-color: rgb(7,59,135); }

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

border-color css

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

 span { border-color: rgb(7,59,135); }

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