Html Css Color HEX #01467A Dark Cerulean

📋 copy color: '#01467A'

red 1 ◦ green 70 ◦ blue 122

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

Shades of Dark Cerulean #01467A

Tints of Dark Cerulean #01467A

RGB

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

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

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

R = 0.52%
G = 36.27%
B = 63.21%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01467A (or 0x01467A) is known color: Dark Cerulean. HEX triplet: 01, 46 and 7A. RGB value is (1,70,122). Sum of RGB (Red+Green+Blue) = 1+70+122=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 122 (48.05% from 255 or 63.21% from 193); Max value from RGB is 122 - color contains mainly: blue. Hex color #01467A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01467A is #FEB985. Grayscale: #373737. Windows color (decimal): -16693638 or 8013313. OLE color: 8013313.

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

Color convert

RGB 1 70 122 -
CMYK 0.99 0.43 0 0.52
HSL 205.79º 0.98% 0.24% -
HSV(B) 205.79º 0.99% 0.48% -
XYZ 5.72 5.79 19.23 -
YUV 55.3 165.64 89.27 -
System Red Green Blue C M Y K H S L
Decimal 1 70 122 0.99 0.43 0 0.52 205.79 0.98 0.24
Hex 1 46 7A 63 2B 0 34 CE 62 18
Octal 1 106 172 143 53 0 64 316 142 30
Binary 1 1000110 1111010 1100011 101011 0 110100 11001110 1100010 11000

Color Harmonies of #01467A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01467A

Black with #01467A

Text Example


Text Example

White with #01467A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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