Html Css Color HEX #0241DB Persian Blue

📋 copy color: '#0241DB'

red 2 ◦ green 65 ◦ blue 219

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

Shades of Persian Blue #0241DB

Tints of Persian Blue #0241DB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.73%

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

R = 0.7%
G = 22.73%
B = 76.57%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0241DB (or 0x0241DB) is known color: Persian Blue. HEX triplet: 02, 41 and DB. RGB value is (2,65,219). Sum of RGB (Red+Green+Blue) = 2+65+219=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 219 (85.94% from 255 or 76.57% from 286); Max value from RGB is 219 - color contains mainly: blue. Hex color #0241DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0241DB is #FDBE24. Grayscale: #3F3F3F. Windows color (decimal): -16629285 or 14369026. OLE color: 14369026.

HSL color Cylindrical-coordinate representation of color #0241DB: hue angle of 222.58º 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 #0241DB is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 65 219 -
CMYK 0.99 0.70 0 0.14
HSL 222.58º 0.98% 0.43% -
HSV(B) 222.58º 0.99% 0.86% -
XYZ 14.7 8.91 67.96 -
YUV 63.72 215.63 83.98 -
System Red Green Blue C M Y K H S L
Decimal 2 65 219 0.99 0.70 0 0.14 222.58 0.98 0.43
Hex 2 41 DB 63 46 0 E DF 62 2B
Octal 2 101 333 143 106 0 16 337 142 53
Binary 10 1000001 11011011 1100011 1000110 0 1110 11011111 1100010 101011

Color Harmonies of #0241DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0241DB

Black with #0241DB

Text Example


Text Example

White with #0241DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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