Html Css Color HEX #0241CB Persian Blue

📋 copy color: '#0241CB'

red 2 ◦ green 65 ◦ blue 203

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

Shades of Persian Blue #0241CB

Tints of Persian Blue #0241CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 75.19%

R = 0.74%
G = 24.07%
B = 75.19%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0241CB (or 0x0241CB) is known color: Persian Blue. HEX triplet: 02, 41 and CB. RGB value is (2,65,203). Sum of RGB (Red+Green+Blue) = 2+65+203=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 203 (79.69% from 255 or 75.19% from 270); Max value from RGB is 203 - color contains mainly: blue. Hex color #0241CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0241CB is #FDBE34. Grayscale: #3D3D3D. Windows color (decimal): -16629301 or 13320450. OLE color: 13320450.

HSL color Cylindrical-coordinate representation of color #0241CB: hue angle of 221.19º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0241CB is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 65 203 -
CMYK 0.99 0.68 0 0.20
HSL 221.19º 0.98% 0.4% -
HSV(B) 221.19º 0.99% 0.8% -
XYZ 12.69 8.11 57.4 -
YUV 61.9 207.63 85.28 -
System Red Green Blue C M Y K H S L
Decimal 2 65 203 0.99 0.68 0 0.20 221.19 0.98 0.4
Hex 2 41 CB 63 44 0 14 DD 62 28
Octal 2 101 313 143 104 0 24 335 142 50
Binary 10 1000001 11001011 1100011 1000100 0 10100 11011101 1100010 101000

Color Harmonies of #0241CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0241CB

Black with #0241CB

Text Example


Text Example

White with #0241CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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