Html Css Color HEX #014B7A Dark Cerulean

📋 copy color: '#014B7A'

red 1 ◦ green 75 ◦ blue 122

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

Shades of Dark Cerulean #014B7A

Tints of Dark Cerulean #014B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 61.62%

R = 0.51%
G = 37.88%
B = 61.62%

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

#014B7A (or 0x014B7A) is known color: Dark Cerulean. HEX triplet: 01, 4B and 7A. RGB value is (1,75,122). Sum of RGB (Red+Green+Blue) = 1+75+122=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 75 (29.69% from 255 or 37.88% from 198); Blue value is 122 (48.05% from 255 or 61.62% from 198); Max value from RGB is 122 - color contains mainly: blue. Hex color #014B7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014B7A is #FEB485. Grayscale: #393939. Windows color (decimal): -16692358 or 8014593. OLE color: 8014593.

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

Color convert

RGB 1 75 122 -
CMYK 0.99 0.39 0 0.52
HSL 203.31º 0.98% 0.24% -
HSV(B) 203.31º 0.99% 0.48% -
XYZ 6.04 6.44 19.34 -
YUV 58.23 163.98 87.18 -
System Red Green Blue C M Y K H S L
Decimal 1 75 122 0.99 0.39 0 0.52 203.31 0.98 0.24
Hex 1 4B 7A 63 27 0 34 CB 62 18
Octal 1 113 172 143 47 0 64 313 142 30
Binary 1 1001011 1111010 1100011 100111 0 110100 11001011 1100010 11000

Color Harmonies of #014B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014B7A

Black with #014B7A

Text Example


Text Example

White with #014B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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