Html Css Color HEX #01467B Dark Cerulean

📋 copy color: '#01467B'

red 1 ◦ green 70 ◦ blue 123

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

Shades of Dark Cerulean #01467B

Tints of Dark Cerulean #01467B

RGB

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

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

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

R = 0.52%
G = 36.08%
B = 63.4%

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

#01467B (or 0x01467B) is known color: Dark Cerulean. HEX triplet: 01, 46 and 7B. RGB value is (1,70,123). Sum of RGB (Red+Green+Blue) = 1+70+123=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 123 (48.44% from 255 or 63.40% from 194); Max value from RGB is 123 - color contains mainly: blue. Hex color #01467B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01467B is #FEB984. Grayscale: #373737. Windows color (decimal): -16693637 or 8078849. OLE color: 8078849.

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

Color convert

RGB 1 70 123 -
CMYK 0.99 0.43 0 0.52
HSL 206.07º 0.98% 0.24% -
HSV(B) 206.07º 0.99% 0.48% -
XYZ 5.78 5.82 19.56 -
YUV 55.41 166.14 89.19 -
System Red Green Blue C M Y K H S L
Decimal 1 70 123 0.99 0.43 0 0.52 206.07 0.98 0.24
Hex 1 46 7B 63 2B 0 34 CE 62 18
Octal 1 106 173 143 53 0 64 316 142 30
Binary 1 1000110 1111011 1100011 101011 0 110100 11001110 1100010 11000

Color Harmonies of #01467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01467B

Black with #01467B

Text Example


Text Example

White with #01467B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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