Html Css Color HEX #013883 Dark Cerulean

📋 copy color: '#013883'

red 1 ◦ green 56 ◦ blue 131

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

Shades of Dark Cerulean #013883

Tints of Dark Cerulean #013883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 69.68%

R = 0.53%
G = 29.79%
B = 69.68%

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

#013883 (or 0x013883) is known color: Dark Cerulean. HEX triplet: 01, 38 and 83. RGB value is (1,56,131). Sum of RGB (Red+Green+Blue) = 1+56+131=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 56 (22.27% from 255 or 29.79% from 188); Blue value is 131 (51.56% from 255 or 69.68% from 188); Max value from RGB is 131 - color contains mainly: blue. Hex color #013883 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013883 is #FEC77C. Grayscale: #2F2F2F. Windows color (decimal): -16697213 or 8599553. OLE color: 8599553.

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

Color convert

RGB 1 56 131 -
CMYK 0.99 0.57 0 0.49
HSL 214.62º 0.98% 0.26% -
HSV(B) 214.62º 0.99% 0.51% -
XYZ 5.52 4.47 22.05 -
YUV 48.11 174.78 94.4 -
System Red Green Blue C M Y K H S L
Decimal 1 56 131 0.99 0.57 0 0.49 214.62 0.98 0.26
Hex 1 38 83 63 39 0 31 D7 62 1A
Octal 1 70 203 143 71 0 61 327 142 32
Binary 1 111000 10000011 1100011 111001 0 110001 11010111 1100010 11010

Color Harmonies of #013883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013883

Black with #013883

Text Example


Text Example

White with #013883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013883; }

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

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

background-color css

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

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

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

border-color css

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

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

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