Html Css Color HEX #014983 Dark Cerulean

📋 copy color: '#014983'

red 1 ◦ green 73 ◦ blue 131

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

Shades of Dark Cerulean #014983

Tints of Dark Cerulean #014983

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.61%

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

R = 0.49%
G = 35.61%
B = 63.9%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#014983 (or 0x014983) is known color: Dark Cerulean. HEX triplet: 01, 49 and 83. RGB value is (1,73,131). Sum of RGB (Red+Green+Blue) = 1+73+131=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 131 (51.56% from 255 or 63.90% from 205); Max value from RGB is 131 - color contains mainly: blue. Hex color #014983 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014983 is #FEB67C. Grayscale: #393939. Windows color (decimal): -16692861 or 8603905. OLE color: 8603905.

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

Color convert

RGB 1 73 131 -
CMYK 0.99 0.44 0 0.49
HSL 206.77º 0.98% 0.26% -
HSV(B) 206.77º 0.99% 0.51% -
XYZ 6.49 6.41 22.37 -
YUV 58.08 169.15 87.28 -
System Red Green Blue C M Y K H S L
Decimal 1 73 131 0.99 0.44 0 0.49 206.77 0.98 0.26
Hex 1 49 83 63 2C 0 31 CF 62 1A
Octal 1 111 203 143 54 0 61 317 142 32
Binary 1 1001001 10000011 1100011 101100 0 110001 11001111 1100010 11010

Color Harmonies of #014983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014983

Black with #014983

Text Example


Text Example

White with #014983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014983; }

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

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

background-color css

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

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

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

border-color css

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

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

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