Html Css Color HEX #014283 Dark Cerulean

📋 copy color: '#014283'

red 1 ◦ green 66 ◦ blue 131

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

Shades of Dark Cerulean #014283

Tints of Dark Cerulean #014283

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.33%

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

R = 0.51%
G = 33.33%
B = 66.16%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#014283 (or 0x014283) is known color: Dark Cerulean. HEX triplet: 01, 42 and 83. RGB value is (1,66,131). Sum of RGB (Red+Green+Blue) = 1+66+131=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 131 (51.56% from 255 or 66.16% from 198); Max value from RGB is 131 - color contains mainly: blue. Hex color #014283 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014283 is #FEBD7C. Grayscale: #353535. Windows color (decimal): -16694653 or 8602113. OLE color: 8602113.

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

Color convert

RGB 1 66 131 -
CMYK 0.99 0.50 0 0.49
HSL 210º 0.98% 0.26% -
HSV(B) 210º 0.99% 0.51% -
XYZ 6.06 5.54 22.22 -
YUV 53.98 171.47 90.21 -
System Red Green Blue C M Y K H S L
Decimal 1 66 131 0.99 0.50 0 0.49 210 0.98 0.26
Hex 1 42 83 63 32 0 31 D2 62 1A
Octal 1 102 203 143 62 0 61 322 142 32
Binary 1 1000010 10000011 1100011 110010 0 110001 11010010 1100010 11010

Color Harmonies of #014283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014283

Black with #014283

Text Example


Text Example

White with #014283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014283; }

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

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

background-color css

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

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

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

border-color css

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

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

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