Html Css Color HEX #01436B Prussian Blue

📋 copy color: '#01436B'

red 1 ◦ green 67 ◦ blue 107

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

Shades of Prussian Blue #01436B

Tints of Prussian Blue #01436B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.29%

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

R = 0.57%
G = 38.29%
B = 61.14%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01436B (or 0x01436B) is known color: Prussian Blue. HEX triplet: 01, 43 and 6B. RGB value is (1,67,107). Sum of RGB (Red+Green+Blue) = 1+67+107=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 107 (42.19% from 255 or 61.14% from 175); Max value from RGB is 107 - color contains mainly: blue. Hex color #01436B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01436B is #FEBC94. Grayscale: #333333. Windows color (decimal): -16694421 or 7029505. OLE color: 7029505.

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

Color convert

RGB 1 67 107 -
CMYK 0.99 0.37 0 0.58
HSL 202.64º 0.98% 0.21% -
HSV(B) 202.64º 0.99% 0.42% -
XYZ 4.67 5.08 14.64 -
YUV 51.83 159.13 91.75 -
System Red Green Blue C M Y K H S L
Decimal 1 67 107 0.99 0.37 0 0.58 202.64 0.98 0.21
Hex 1 43 6B 63 25 0 3A CB 62 15
Octal 1 103 153 143 45 0 72 313 142 25
Binary 1 1000011 1101011 1100011 100101 0 111010 11001011 1100010 10101

Color Harmonies of #01436B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01436B

Black with #01436B

Text Example


Text Example

White with #01436B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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