Html Css Color HEX #00446A Prussian Blue

📋 copy color: '#00446A'

red 0 ◦ green 68 ◦ blue 106

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

Shades of Prussian Blue #00446A

Tints of Prussian Blue #00446A

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 106 (41.8% from 255) = 60.92%

R = 0%
G = 39.08%
B = 60.92%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#00446A (or 0x00446A) is known color: Prussian Blue. HEX triplet: 00, 44 and 6A. RGB value is (0,68,106). Sum of RGB (Red+Green+Blue) = 0+68+106=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 106 (41.80% from 255 or 60.92% from 174); Max value from RGB is 106 - color contains mainly: blue. Hex color #00446A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00446A is #FFBB95. Grayscale: #333333. Windows color (decimal): -16759702 or 6964224. OLE color: 6964224.

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

Color convert

RGB 0 68 106 -
CMYK 1 0.36 0 0.58
HSL 201.51º 1% 0.21% -
HSV(B) 201.51º 1% 0.42% -
XYZ 4.67 5.17 14.39 -
YUV 52 158.47 90.91 -
System Red Green Blue C M Y K H S L
Decimal 0 68 106 1 0.36 0 0.58 201.51 1 0.21
Hex 0 44 6A 64 24 0 3A CA 64 15
Octal 0 104 152 144 44 0 72 312 144 25
Binary 0 1000100 1101010 1100100 100100 0 111010 11001010 1100100 10101

Color Harmonies of #00446A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00446A

Black with #00446A

Text Example


Text Example

White with #00446A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,68,106); }

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

background-color css

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

 a { background-color: rgb(0,68,106); }

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

border-color css

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

 span { border-color: rgb(0,68,106); }

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