Html Css Color HEX #01467F Dark Cerulean

📋 copy color: '#01467F'

red 1 ◦ green 70 ◦ blue 127

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

Shades of Dark Cerulean #01467F

Tints of Dark Cerulean #01467F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.35%

 BLUE value IS 127 (50% from 255) = 64.14%

R = 0.51%
G = 35.35%
B = 64.14%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#01467F (or 0x01467F) is known color: Dark Cerulean. HEX triplet: 01, 46 and 7F. RGB value is (1,70,127). Sum of RGB (Red+Green+Blue) = 1+70+127=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 127 (50% from 255 or 64.14% from 198); Max value from RGB is 127 - color contains mainly: blue. Hex color #01467F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01467F is #FEB980. Grayscale: #373737. Windows color (decimal): -16693633 or 8340993. OLE color: 8340993.

HSL color Cylindrical-coordinate representation of color #01467F: hue angle of 207.14º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01467F is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 70 127 -
CMYK 0.99 0.45 0 0.50
HSL 207.14º 0.98% 0.25% -
HSV(B) 207.14º 0.99% 0.5% -
XYZ 6.03 5.92 20.9 -
YUV 55.87 168.14 88.87 -
System Red Green Blue C M Y K H S L
Decimal 1 70 127 0.99 0.45 0 0.50 207.14 0.98 0.25
Hex 1 46 7F 63 2D 0 32 CF 62 19
Octal 1 106 177 143 55 0 62 317 142 31
Binary 1 1000110 1111111 1100011 101101 0 110010 11001111 1100010 11001

Color Harmonies of #01467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01467F

Black with #01467F

Text Example


Text Example

White with #01467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01467F; }

 p { color: rgb(1,70,127); }

 H1.HeaderClassName
 {
   color: #01467F;
 }
 .AnyTagClassName
 {
   color: #01467F;
 }
</style>

background-color css

<style>
 a { background-color: #01467F; }

 a { background-color: rgb(1,70,127); }

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

border-color css

<style>
 span { border-color: #01467F; }

 span { border-color: rgb(1,70,127); }

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