Html Css Color HEX #0229DB Persian Blue

📋 copy color: '#0229DB'

red 2 ◦ green 41 ◦ blue 219

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

Shades of Persian Blue #0229DB

Tints of Persian Blue #0229DB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.65%

 BLUE value IS 219 (85.94% from 255) = 83.59%

R = 0.76%
G = 15.65%
B = 83.59%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0229DB (or 0x0229DB) is known color: Persian Blue. HEX triplet: 02, 29 and DB. RGB value is (2,41,219). Sum of RGB (Red+Green+Blue) = 2+41+219=262 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 219 (85.94% from 255 or 83.59% from 262); Max value from RGB is 219 - color contains mainly: blue. Hex color #0229DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0229DB is #FDD624. Grayscale: #303030. Windows color (decimal): -16635429 or 14362882. OLE color: 14362882.

HSL color Cylindrical-coordinate representation of color #0229DB: hue angle of 229.22º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0229DB is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 41 219 -
CMYK 0.99 0.81 0 0.14
HSL 229.22º 0.98% 0.43% -
HSV(B) 229.22º 0.99% 0.86% -
XYZ 13.6 6.71 67.6 -
YUV 49.63 223.58 94.03 -
System Red Green Blue C M Y K H S L
Decimal 2 41 219 0.99 0.81 0 0.14 229.22 0.98 0.43
Hex 2 29 DB 63 51 0 E E5 62 2B
Octal 2 51 333 143 121 0 16 345 142 53
Binary 10 101001 11011011 1100011 1010001 0 1110 11100101 1100010 101011

Color Harmonies of #0229DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0229DB

Black with #0229DB

Text Example


Text Example

White with #0229DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0229DB; }

 p { color: rgb(2,41,219); }

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

background-color css

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

 a { background-color: rgb(2,41,219); }

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

border-color css

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

 span { border-color: rgb(2,41,219); }

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