Html Css Color HEX #014883 Dark Cerulean

📋 copy color: '#014883'

red 1 ◦ green 72 ◦ blue 131

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

Shades of Dark Cerulean #014883

Tints of Dark Cerulean #014883

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.29%

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

R = 0.49%
G = 35.29%
B = 64.22%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#014883 (or 0x014883) is known color: Dark Cerulean. HEX triplet: 01, 48 and 83. RGB value is (1,72,131). Sum of RGB (Red+Green+Blue) = 1+72+131=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 131 (51.56% from 255 or 64.22% from 204); Max value from RGB is 131 - color contains mainly: blue. Hex color #014883 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014883 is #FEB77C. Grayscale: #393939. Windows color (decimal): -16693117 or 8603649. OLE color: 8603649.

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

Color convert

RGB 1 72 131 -
CMYK 0.99 0.45 0 0.49
HSL 207.23º 0.98% 0.26% -
HSV(B) 207.23º 0.99% 0.51% -
XYZ 6.43 6.28 22.35 -
YUV 57.5 169.48 87.7 -
System Red Green Blue C M Y K H S L
Decimal 1 72 131 0.99 0.45 0 0.49 207.23 0.98 0.26
Hex 1 48 83 63 2D 0 31 CF 62 1A
Octal 1 110 203 143 55 0 61 317 142 32
Binary 1 1001000 10000011 1100011 101101 0 110001 11001111 1100010 11010

Color Harmonies of #014883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014883

Black with #014883

Text Example


Text Example

White with #014883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014883; }

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

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

background-color css

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

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

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

border-color css

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

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

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