Html Css Color HEX #01446B Prussian Blue

📋 copy color: '#01446B'

red 1 ◦ green 68 ◦ blue 107

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

Shades of Prussian Blue #01446B

Tints of Prussian Blue #01446B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 38.64%

 BLUE value IS 107 (42.19% from 255) = 60.8%

R = 0.57%
G = 38.64%
B = 60.8%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01446B (or 0x01446B) is known color: Prussian Blue. HEX triplet: 01, 44 and 6B. RGB value is (1,68,107). Sum of RGB (Red+Green+Blue) = 1+68+107=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 107 (42.19% from 255 or 60.80% from 176); Max value from RGB is 107 - color contains mainly: blue. Hex color #01446B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01446B is #FEBB94. Grayscale: #343434. Windows color (decimal): -16694165 or 7029761. OLE color: 7029761.

HSL color Cylindrical-coordinate representation of color #01446B: hue angle of 202.08º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01446B is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 68 107 -
CMYK 0.99 0.36 0 0.58
HSL 202.08º 0.98% 0.21% -
HSV(B) 202.08º 0.99% 0.42% -
XYZ 4.73 5.2 14.66 -
YUV 52.41 158.8 91.33 -
System Red Green Blue C M Y K H S L
Decimal 1 68 107 0.99 0.36 0 0.58 202.08 0.98 0.21
Hex 1 44 6B 63 24 0 3A CA 62 15
Octal 1 104 153 143 44 0 72 312 142 25
Binary 1 1000100 1101011 1100011 100100 0 111010 11001010 1100010 10101

Color Harmonies of #01446B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01446B

Black with #01446B

Text Example


Text Example

White with #01446B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,68,107); }

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

background-color css

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

 a { background-color: rgb(1,68,107); }

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

border-color css

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

 span { border-color: rgb(1,68,107); }

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