Html Css Color HEX #014F7B Dark Cerulean

📋 copy color: '#014F7B'

red 1 ◦ green 79 ◦ blue 123

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

Shades of Dark Cerulean #014F7B

Tints of Dark Cerulean #014F7B

RGB

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

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

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

R = 0.49%
G = 38.92%
B = 60.59%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#014F7B (or 0x014F7B) is known color: Dark Cerulean. HEX triplet: 01, 4F and 7B. RGB value is (1,79,123). Sum of RGB (Red+Green+Blue) = 1+79+123=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 79 (31.25% from 255 or 38.92% from 203); Blue value is 123 (48.44% from 255 or 60.59% from 203); Max value from RGB is 123 - color contains mainly: blue. Hex color #014F7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014F7B is #FEB084. Grayscale: #3C3C3C. Windows color (decimal): -16691333 or 8081153. OLE color: 8081153.

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

Color convert

RGB 1 79 123 -
CMYK 0.99 0.36 0 0.52
HSL 201.64º 0.98% 0.24% -
HSV(B) 201.64º 0.99% 0.48% -
XYZ 6.38 7.03 19.76 -
YUV 60.69 163.16 85.42 -
System Red Green Blue C M Y K H S L
Decimal 1 79 123 0.99 0.36 0 0.52 201.64 0.98 0.24
Hex 1 4F 7B 63 24 0 34 CA 62 18
Octal 1 117 173 143 44 0 64 312 142 30
Binary 1 1001111 1111011 1100011 100100 0 110100 11001010 1100010 11000

Color Harmonies of #014F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014F7B

Black with #014F7B

Text Example


Text Example

White with #014F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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