Html Css Color HEX #014B7B Dark Cerulean

📋 copy color: '#014B7B'

red 1 ◦ green 75 ◦ blue 123

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

Shades of Dark Cerulean #014B7B

Tints of Dark Cerulean #014B7B

RGB

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

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

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

R = 0.5%
G = 37.69%
B = 61.81%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#014B7B (or 0x014B7B) is known color: Dark Cerulean. HEX triplet: 01, 4B and 7B. RGB value is (1,75,123). Sum of RGB (Red+Green+Blue) = 1+75+123=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 123 (48.44% from 255 or 61.81% from 199); Max value from RGB is 123 - color contains mainly: blue. Hex color #014B7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014B7B is #FEB484. Grayscale: #3A3A3A. Windows color (decimal): -16692357 or 8080129. OLE color: 8080129.

HSL color Cylindrical-coordinate representation of color #014B7B: hue angle of 203.61º 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 #014B7B is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 75 123 -
CMYK 0.99 0.39 0 0.52
HSL 203.61º 0.98% 0.24% -
HSV(B) 203.61º 0.99% 0.48% -
XYZ 6.1 6.47 19.67 -
YUV 58.35 164.48 87.1 -
System Red Green Blue C M Y K H S L
Decimal 1 75 123 0.99 0.39 0 0.52 203.61 0.98 0.24
Hex 1 4B 7B 63 27 0 34 CC 62 18
Octal 1 113 173 143 47 0 64 314 142 30
Binary 1 1001011 1111011 1100011 100111 0 110100 11001100 1100010 11000

Color Harmonies of #014B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014B7B

Black with #014B7B

Text Example


Text Example

White with #014B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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