Html Css Color HEX #014D7B Dark Cerulean

📋 copy color: '#014D7B'

red 1 ◦ green 77 ◦ blue 123

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

Shades of Dark Cerulean #014D7B

Tints of Dark Cerulean #014D7B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 38.31%

 BLUE value IS 123 (48.44% from 255) = 61.19%

R = 0.5%
G = 38.31%
B = 61.19%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#014D7B (or 0x014D7B) is known color: Dark Cerulean. HEX triplet: 01, 4D and 7B. RGB value is (1,77,123). Sum of RGB (Red+Green+Blue) = 1+77+123=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 77 (30.47% from 255 or 38.31% from 201); Blue value is 123 (48.44% from 255 or 61.19% from 201); Max value from RGB is 123 - color contains mainly: blue. Hex color #014D7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014D7B is #FEB284. Grayscale: #3B3B3B. Windows color (decimal): -16691845 or 8080641. OLE color: 8080641.

HSL color Cylindrical-coordinate representation of color #014D7B: hue angle of 202.62º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014D7B is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 77 123 -
CMYK 0.99 0.37 0 0.52
HSL 202.62º 0.98% 0.24% -
HSV(B) 202.62º 0.99% 0.48% -
XYZ 6.24 6.74 19.71 -
YUV 59.52 163.82 86.26 -
System Red Green Blue C M Y K H S L
Decimal 1 77 123 0.99 0.37 0 0.52 202.62 0.98 0.24
Hex 1 4D 7B 63 25 0 34 CB 62 18
Octal 1 115 173 143 45 0 64 313 142 30
Binary 1 1001101 1111011 1100011 100101 0 110100 11001011 1100010 11000

Color Harmonies of #014D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014D7B

Black with #014D7B

Text Example


Text Example

White with #014D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,77,123); }

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

background-color css

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

 a { background-color: rgb(1,77,123); }

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

border-color css

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

 span { border-color: rgb(1,77,123); }

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