Html Css Color HEX #013281 Dark Cerulean

📋 copy color: '#013281'

red 1 ◦ green 50 ◦ blue 129

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

Shades of Dark Cerulean #013281

Tints of Dark Cerulean #013281

RGB

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

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

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

R = 0.56%
G = 27.78%
B = 71.67%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#013281 (or 0x013281) is known color: Dark Cerulean. HEX triplet: 01, 32 and 81. RGB value is (1,50,129). Sum of RGB (Red+Green+Blue) = 1+50+129=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 129 (50.78% from 255 or 71.67% from 180); Max value from RGB is 129 - color contains mainly: blue. Hex color #013281 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013281 is #FECD7E. Grayscale: #2B2B2B. Windows color (decimal): -16698751 or 8466945. OLE color: 8466945.

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

Color convert

RGB 1 50 129 -
CMYK 0.99 0.61 0 0.49
HSL 217.03º 0.98% 0.25% -
HSV(B) 217.03º 0.99% 0.51% -
XYZ 5.12 3.87 21.25 -
YUV 44.36 175.77 97.08 -
System Red Green Blue C M Y K H S L
Decimal 1 50 129 0.99 0.61 0 0.49 217.03 0.98 0.25
Hex 1 32 81 63 3D 0 31 D9 62 19
Octal 1 62 201 143 75 0 61 331 142 31
Binary 1 110010 10000001 1100011 111101 0 110001 11011001 1100010 11001

Color Harmonies of #013281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013281

Black with #013281

Text Example


Text Example

White with #013281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013281; }

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

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

background-color css

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

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

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

border-color css

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

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

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