Html Css Color HEX #002F6C Prussian Blue

📋 copy color: '#002F6C'

red 0 ◦ green 47 ◦ blue 108

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

Shades of Prussian Blue #002F6C

Tints of Prussian Blue #002F6C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 30.32%

 BLUE value IS 108 (42.58% from 255) = 69.68%

R = 0%
G = 30.32%
B = 69.68%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#002F6C (or 0x002F6C) is known color: Prussian Blue. HEX triplet: 00, 2F and 6C. RGB value is (0,47,108). Sum of RGB (Red+Green+Blue) = 0+47+108=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 47 (18.75% from 255 or 30.32% from 155); Blue value is 108 (42.58% from 255 or 69.68% from 155); Max value from RGB is 108 - color contains mainly: blue. Hex color #002F6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002F6C is #FFD093. Grayscale: #272727. Windows color (decimal): -16765076 or 7089920. OLE color: 7089920.

HSL color Cylindrical-coordinate representation of color #002F6C: hue angle of 213.89º 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 #002F6C is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 0 47 108 -
CMYK 1 0.56 0 0.58
HSL 213.89º 1% 0.21% -
HSV(B) 213.89º 1% 0.42% -
XYZ 3.72 3.12 14.59 -
YUV 39.9 166.43 99.54 -
System Red Green Blue C M Y K H S L
Decimal 0 47 108 1 0.56 0 0.58 213.89 1 0.21
Hex 0 2F 6C 64 38 0 3A D6 64 15
Octal 0 57 154 144 70 0 72 326 144 25
Binary 0 101111 1101100 1100100 111000 0 111010 11010110 1100100 10101

Color Harmonies of #002F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002F6C

Black with #002F6C

Text Example


Text Example

White with #002F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,47,108); }

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

background-color css

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

 a { background-color: rgb(0,47,108); }

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

border-color css

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

 span { border-color: rgb(0,47,108); }

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