Html Css Color HEX #013882 Dark Cerulean

📋 copy color: '#013882'

red 1 ◦ green 56 ◦ blue 130

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

Shades of Dark Cerulean #013882

Tints of Dark Cerulean #013882

RGB

 RED value IS 1 (0.78% from 255) = 0.53%

 GREEN value IS 56 (22.27% from 255) = 29.95%

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

R = 0.53%
G = 29.95%
B = 69.52%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#013882 (or 0x013882) is known color: Dark Cerulean. HEX triplet: 01, 38 and 82. RGB value is (1,56,130). Sum of RGB (Red+Green+Blue) = 1+56+130=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 130 (51.17% from 255 or 69.52% from 187); Max value from RGB is 130 - color contains mainly: blue. Hex color #013882 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013882 is #FEC77D. Grayscale: #2F2F2F. Windows color (decimal): -16697214 or 8534017. OLE color: 8534017.

HSL color Cylindrical-coordinate representation of color #013882: hue angle of 214.42º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013882 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 56 130 -
CMYK 0.99 0.57 0 0.49
HSL 214.42º 0.98% 0.26% -
HSV(B) 214.42º 0.99% 0.51% -
XYZ 5.46 4.45 21.69 -
YUV 47.99 174.28 94.48 -
System Red Green Blue C M Y K H S L
Decimal 1 56 130 0.99 0.57 0 0.49 214.42 0.98 0.26
Hex 1 38 82 63 39 0 31 D6 62 1A
Octal 1 70 202 143 71 0 61 326 142 32
Binary 1 111000 10000010 1100011 111001 0 110001 11010110 1100010 11010

Color Harmonies of #013882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013882

Black with #013882

Text Example


Text Example

White with #013882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013882; }

 p { color: rgb(1,56,130); }

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

background-color css

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

 a { background-color: rgb(1,56,130); }

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

border-color css

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

 span { border-color: rgb(1,56,130); }

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