Html Css Color HEX #014F75 Dark Cerulean

📋 copy color: '#014F75'

red 1 ◦ green 79 ◦ blue 117

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

Shades of Dark Cerulean #014F75

Tints of Dark Cerulean #014F75

RGB

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

 GREEN value IS 79 (31.25% from 255) = 40.1%

 BLUE value IS 117 (46.09% from 255) = 59.39%

R = 0.51%
G = 40.1%
B = 59.39%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#014F75 (or 0x014F75) is known color: Dark Cerulean. HEX triplet: 01, 4F and 75. RGB value is (1,79,117). Sum of RGB (Red+Green+Blue) = 1+79+117=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 79 (31.25% from 255 or 40.10% from 197); Blue value is 117 (46.09% from 255 or 59.39% from 197); Max value from RGB is 117 - color contains mainly: blue. Hex color #014F75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014F75 is #FEB08A. Grayscale: #3B3B3B. Windows color (decimal): -16691339 or 7687937. OLE color: 7687937.

HSL color Cylindrical-coordinate representation of color #014F75: hue angle of 199.66º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F75 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 79 117 -
CMYK 0.99 0.32 0 0.54
HSL 199.66º 0.98% 0.23% -
HSV(B) 199.66º 0.99% 0.46% -
XYZ 6.02 6.88 17.84 -
YUV 60.01 160.16 85.91 -
System Red Green Blue C M Y K H S L
Decimal 1 79 117 0.99 0.32 0 0.54 199.66 0.98 0.23
Hex 1 4F 75 63 20 0 36 C8 62 17
Octal 1 117 165 143 40 0 66 310 142 27
Binary 1 1001111 1110101 1100011 100000 0 110110 11001000 1100010 10111

Color Harmonies of #014F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014F75

Black with #014F75

Text Example


Text Example

White with #014F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,79,117); }

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

background-color css

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

 a { background-color: rgb(1,79,117); }

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

border-color css

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

 span { border-color: rgb(1,79,117); }

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