Html Css Color HEX #014B6C Dark Cerulean

📋 copy color: '#014B6C'

red 1 ◦ green 75 ◦ blue 108

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

Shades of Dark Cerulean #014B6C

Tints of Dark Cerulean #014B6C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 40.76%

 BLUE value IS 108 (42.58% from 255) = 58.7%

R = 0.54%
G = 40.76%
B = 58.7%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#014B6C (or 0x014B6C) is known color: Dark Cerulean. HEX triplet: 01, 4B and 6C. RGB value is (1,75,108). Sum of RGB (Red+Green+Blue) = 1+75+108=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 108 (42.58% from 255 or 58.70% from 184); Max value from RGB is 108 - color contains mainly: blue. Hex color #014B6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014B6C is #FEB493. Grayscale: #383838. Windows color (decimal): -16692372 or 7097089. OLE color: 7097089.

HSL color Cylindrical-coordinate representation of color #014B6C: hue angle of 198.5º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014B6C is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 75 108 -
CMYK 0.99 0.31 0 0.58
HSL 198.5º 0.98% 0.21% -
HSV(B) 198.5º 0.99% 0.42% -
XYZ 5.24 6.12 15.09 -
YUV 56.64 156.98 88.32 -
System Red Green Blue C M Y K H S L
Decimal 1 75 108 0.99 0.31 0 0.58 198.5 0.98 0.21
Hex 1 4B 6C 63 1F 0 3A C7 62 15
Octal 1 113 154 143 37 0 72 307 142 25
Binary 1 1001011 1101100 1100011 11111 0 111010 11000111 1100010 10101

Color Harmonies of #014B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014B6C

Black with #014B6C

Text Example


Text Example

White with #014B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014B6C; }

 p { color: rgb(1,75,108); }

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

background-color css

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

 a { background-color: rgb(1,75,108); }

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

border-color css

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

 span { border-color: rgb(1,75,108); }

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