Html Css Color HEX #013681 Dark Cerulean

📋 copy color: '#013681'

red 1 ◦ green 54 ◦ blue 129

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

Shades of Dark Cerulean #013681

Tints of Dark Cerulean #013681

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.35%

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

R = 0.54%
G = 29.35%
B = 70.11%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#013681 (or 0x013681) is known color: Dark Cerulean. HEX triplet: 01, 36 and 81. RGB value is (1,54,129). Sum of RGB (Red+Green+Blue) = 1+54+129=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 129 (50.78% from 255 or 70.11% from 184); Max value from RGB is 129 - color contains mainly: blue. Hex color #013681 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013681 is #FEC97E. Grayscale: #2E2E2E. Windows color (decimal): -16697727 or 8467969. OLE color: 8467969.

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

Color convert

RGB 1 54 129 -
CMYK 0.99 0.58 0 0.49
HSL 215.16º 0.98% 0.25% -
HSV(B) 215.16º 0.99% 0.51% -
XYZ 5.29 4.23 21.31 -
YUV 46.7 174.44 95.4 -
System Red Green Blue C M Y K H S L
Decimal 1 54 129 0.99 0.58 0 0.49 215.16 0.98 0.25
Hex 1 36 81 63 3A 0 31 D7 62 19
Octal 1 66 201 143 72 0 61 327 142 31
Binary 1 110110 10000001 1100011 111010 0 110001 11010111 1100010 11001

Color Harmonies of #013681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013681

Black with #013681

Text Example


Text Example

White with #013681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013681; }

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

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

background-color css

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

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

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

border-color css

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

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

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