Html Css Color HEX #002B67 Prussian Blue

📋 copy color: '#002B67'

red 0 ◦ green 43 ◦ blue 103

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

Shades of Prussian Blue #002B67

Tints of Prussian Blue #002B67

RGB

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

 GREEN value IS 43 (17.19% from 255) = 29.45%

 BLUE value IS 103 (40.63% from 255) = 70.55%

R = 0%
G = 29.45%
B = 70.55%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#002B67 (or 0x002B67) is known color: Prussian Blue. HEX triplet: 00, 2B and 67. RGB value is (0,43,103). Sum of RGB (Red+Green+Blue) = 0+43+103=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 43 (17.19% from 255 or 29.45% from 146); Blue value is 103 (40.62% from 255 or 70.55% from 146); Max value from RGB is 103 - color contains mainly: blue. Hex color #002B67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002B67 is #FFD498. Grayscale: #242424. Windows color (decimal): -16766105 or 6761216. OLE color: 6761216.

HSL color Cylindrical-coordinate representation of color #002B67: hue angle of 214.95º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002B67 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 0 43 103 -
CMYK 1 0.58 0 0.60
HSL 214.95º 1% 0.2% -
HSV(B) 214.95º 1% 0.4% -
XYZ 3.31 2.71 13.18 -
YUV 36.98 165.25 101.62 -
System Red Green Blue C M Y K H S L
Decimal 0 43 103 1 0.58 0 0.60 214.95 1 0.2
Hex 0 2B 67 64 3A 0 3C D7 64 14
Octal 0 53 147 144 72 0 74 327 144 24
Binary 0 101011 1100111 1100100 111010 0 111100 11010111 1100100 10100

Color Harmonies of #002B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002B67

Black with #002B67

Text Example


Text Example

White with #002B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002B67; }

 p { color: rgb(0,43,103); }

 H1.HeaderClassName
 {
   color: #002B67;
 }
 .AnyTagClassName
 {
   color: #002B67;
 }
</style>

background-color css

<style>
 a { background-color: #002B67; }

 a { background-color: rgb(0,43,103); }

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

border-color css

<style>
 span { border-color: #002B67; }

 span { border-color: rgb(0,43,103); }

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