Html Css Color HEX #022650 Prussian Blue

📋 copy color: '#022650'

red 2 ◦ green 38 ◦ blue 80

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

Shades of Prussian Blue #022650

Tints of Prussian Blue #022650

RGB

 RED value IS 2 (1.17% from 255) = 1.67%

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

 BLUE value IS 80 (31.64% from 255) = 66.67%

R = 1.67%
G = 31.67%
B = 66.67%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#022650 (or 0x022650) is known color: Prussian Blue. HEX triplet: 02, 26 and 50. RGB value is (2,38,80). Sum of RGB (Red+Green+Blue) = 2+38+80=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 38 (15.23% from 255 or 31.67% from 120); Blue value is 80 (31.64% from 255 or 66.67% from 120); Max value from RGB is 80 - color contains mainly: blue. Hex color #022650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022650 is #FDD9AF. Grayscale: #1F1F1F. Windows color (decimal): -16636336 or 5252610. OLE color: 5252610.

HSL color Cylindrical-coordinate representation of color #022650: hue angle of 212.31º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022650 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 38 80 -
CMYK 0.98 0.52 0 0.69
HSL 212.31º 0.95% 0.16% -
HSV(B) 212.31º 0.98% 0.31% -
XYZ 2.17 1.98 7.86 -
YUV 32.02 155.07 106.58 -
System Red Green Blue C M Y K H S L
Decimal 2 38 80 0.98 0.52 0 0.69 212.31 0.95 0.16
Hex 2 26 50 62 34 0 45 D4 5F 10
Octal 2 46 120 142 64 0 105 324 137 20
Binary 10 100110 1010000 1100010 110100 0 1000101 11010100 1011111 10000

Color Harmonies of #022650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022650

Black with #022650

Text Example


Text Example

White with #022650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022650; }

 p { color: rgb(2,38,80); }

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

background-color css

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

 a { background-color: rgb(2,38,80); }

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

border-color css

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

 span { border-color: rgb(2,38,80); }

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