Html Css Color HEX #014083 Dark Cerulean

📋 copy color: '#014083'

red 1 ◦ green 64 ◦ blue 131

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

Shades of Dark Cerulean #014083

Tints of Dark Cerulean #014083

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.65%

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

R = 0.51%
G = 32.65%
B = 66.84%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#014083 (or 0x014083) is known color: Dark Cerulean. HEX triplet: 01, 40 and 83. RGB value is (1,64,131). Sum of RGB (Red+Green+Blue) = 1+64+131=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 131 (51.56% from 255 or 66.84% from 196); Max value from RGB is 131 - color contains mainly: blue. Hex color #014083 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014083 is #FEBF7C. Grayscale: #343434. Windows color (decimal): -16695165 or 8601601. OLE color: 8601601.

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

Color convert

RGB 1 64 131 -
CMYK 0.99 0.51 0 0.49
HSL 210.92º 0.98% 0.26% -
HSV(B) 210.92º 0.99% 0.51% -
XYZ 5.94 5.31 22.18 -
YUV 52.8 172.13 91.05 -
System Red Green Blue C M Y K H S L
Decimal 1 64 131 0.99 0.51 0 0.49 210.92 0.98 0.26
Hex 1 40 83 63 33 0 31 D3 62 1A
Octal 1 100 203 143 63 0 61 323 142 32
Binary 1 1000000 10000011 1100011 110011 0 110001 11010011 1100010 11010

Color Harmonies of #014083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014083

Black with #014083

Text Example


Text Example

White with #014083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014083; }

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

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

background-color css

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

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

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

border-color css

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

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

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