Html Css Color HEX #073281 Dark Cerulean

📋 copy color: '#073281'

red 7 ◦ green 50 ◦ blue 129

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

Shades of Dark Cerulean #073281

Tints of Dark Cerulean #073281

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.88%

 BLUE value IS 129 (50.78% from 255) = 69.35%

R = 3.76%
G = 26.88%
B = 69.35%

CMYK

 C value IS 0.95

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#073281 (or 0x073281) is known color: Dark Cerulean. HEX triplet: 07, 32 and 81. RGB value is (7,50,129). Sum of RGB (Red+Green+Blue) = 7+50+129=186 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.76% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 129 (50.78% from 255 or 69.35% from 186); Max value from RGB is 129 - color contains mainly: blue. Hex color #073281 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073281 is #F8CD7E. Grayscale: #2D2D2D. Windows color (decimal): -16305535 or 8466951. OLE color: 8466951.

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

Color convert

RGB 7 50 129 -
CMYK 0.95 0.61 0 0.49
HSL 218.85º 0.9% 0.27% -
HSV(B) 218.85º 0.95% 0.51% -
XYZ 5.19 3.91 21.25 -
YUV 46.15 174.75 100.08 -
System Red Green Blue C M Y K H S L
Decimal 7 50 129 0.95 0.61 0 0.49 218.85 0.9 0.27
Hex 7 32 81 5F 3D 0 31 DB 5A 1B
Octal 7 62 201 137 75 0 61 333 132 33
Binary 111 110010 10000001 1011111 111101 0 110001 11011011 1011010 11011

Color Harmonies of #073281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073281

Black with #073281

Text Example


Text Example

White with #073281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073281; }

 p { color: rgb(7,50,129); }

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

background-color css

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

 a { background-color: rgb(7,50,129); }

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

border-color css

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

 span { border-color: rgb(7,50,129); }

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