Html Css Color HEX #014382 Dark Cerulean

📋 copy color: '#014382'

red 1 ◦ green 67 ◦ blue 130

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

Shades of Dark Cerulean #014382

Tints of Dark Cerulean #014382

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.84%

 BLUE value IS 130 (51.17% from 255) = 65.66%

R = 0.51%
G = 33.84%
B = 65.66%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#014382 (or 0x014382) is known color: Dark Cerulean. HEX triplet: 01, 43 and 82. RGB value is (1,67,130). Sum of RGB (Red+Green+Blue) = 1+67+130=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 130 (51.17% from 255 or 65.66% from 198); Max value from RGB is 130 - color contains mainly: blue. Hex color #014382 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014382 is #FEBC7D. Grayscale: #363636. Windows color (decimal): -16694398 or 8536833. OLE color: 8536833.

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

Color convert

RGB 1 67 130 -
CMYK 0.99 0.48 0 0.49
HSL 209.3º 0.98% 0.26% -
HSV(B) 209.3º 0.99% 0.51% -
XYZ 6.05 5.63 21.89 -
YUV 54.45 170.63 89.88 -
System Red Green Blue C M Y K H S L
Decimal 1 67 130 0.99 0.48 0 0.49 209.3 0.98 0.26
Hex 1 43 82 63 30 0 31 D1 62 1A
Octal 1 103 202 143 60 0 61 321 142 32
Binary 1 1000011 10000010 1100011 110000 0 110001 11010001 1100010 11010

Color Harmonies of #014382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014382

Black with #014382

Text Example


Text Example

White with #014382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014382; }

 p { color: rgb(1,67,130); }

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

background-color css

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

 a { background-color: rgb(1,67,130); }

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

border-color css

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

 span { border-color: rgb(1,67,130); }

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