Html Css Color HEX #014783 Dark Cerulean

📋 copy color: '#014783'

red 1 ◦ green 71 ◦ blue 131

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

Shades of Dark Cerulean #014783

Tints of Dark Cerulean #014783

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.98%

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

R = 0.49%
G = 34.98%
B = 64.53%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#014783 (or 0x014783) is known color: Dark Cerulean. HEX triplet: 01, 47 and 83. RGB value is (1,71,131). Sum of RGB (Red+Green+Blue) = 1+71+131=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 131 (51.56% from 255 or 64.53% from 203); Max value from RGB is 131 - color contains mainly: blue. Hex color #014783 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014783 is #FEB87C. Grayscale: #383838. Windows color (decimal): -16693373 or 8603393. OLE color: 8603393.

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

Color convert

RGB 1 71 131 -
CMYK 0.99 0.46 0 0.49
HSL 207.69º 0.98% 0.26% -
HSV(B) 207.69º 0.99% 0.51% -
XYZ 6.36 6.15 22.32 -
YUV 56.91 169.81 88.12 -
System Red Green Blue C M Y K H S L
Decimal 1 71 131 0.99 0.46 0 0.49 207.69 0.98 0.26
Hex 1 47 83 63 2E 0 31 D0 62 1A
Octal 1 107 203 143 56 0 61 320 142 32
Binary 1 1000111 10000011 1100011 101110 0 110001 11010000 1100010 11010

Color Harmonies of #014783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014783

Black with #014783

Text Example


Text Example

White with #014783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014783; }

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

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

background-color css

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

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

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

border-color css

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

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

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