Html Css Color HEX #002652 Prussian Blue

📋 copy color: '#002652'

red 0 ◦ green 38 ◦ blue 82

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

Shades of Prussian Blue #002652

Tints of Prussian Blue #002652

RGB

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

 GREEN value IS 38 (15.23% from 255) = 31.67%

 BLUE value IS 82 (32.42% from 255) = 68.33%

R = 0%
G = 31.67%
B = 68.33%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#002652 (or 0x002652) is known color: Prussian Blue. HEX triplet: 00, 26 and 52. RGB value is (0,38,82). Sum of RGB (Red+Green+Blue) = 0+38+82=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 38 (15.23% from 255 or 31.67% from 120); Blue value is 82 (32.42% from 255 or 68.33% from 120); Max value from RGB is 82 - color contains mainly: blue. Hex color #002652 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002652 is #FFD9AD. Grayscale: #1F1F1F. Windows color (decimal): -16767406 or 5383680. OLE color: 5383680.

HSL color Cylindrical-coordinate representation of color #002652: hue angle of 212.2º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002652 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 0 38 82 -
CMYK 1 0.54 0 0.68
HSL 212.2º 1% 0.16% -
HSV(B) 212.2º 1% 0.32% -
XYZ 2.22 2 8.25 -
YUV 31.65 156.41 105.42 -
System Red Green Blue C M Y K H S L
Decimal 0 38 82 1 0.54 0 0.68 212.2 1 0.16
Hex 0 26 52 64 36 0 44 D4 64 10
Octal 0 46 122 144 66 0 104 324 144 20
Binary 0 100110 1010010 1100100 110110 0 1000100 11010100 1100100 10000

Color Harmonies of #002652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002652

Black with #002652

Text Example


Text Example

White with #002652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002652; }

 p { color: rgb(0,38,82); }

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

background-color css

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

 a { background-color: rgb(0,38,82); }

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

border-color css

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

 span { border-color: rgb(0,38,82); }

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