Html Css Color HEX #0241CC Persian Blue

📋 copy color: '#0241CC'

red 2 ◦ green 65 ◦ blue 204

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

Shades of Persian Blue #0241CC

Tints of Persian Blue #0241CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 75.28%

R = 0.74%
G = 23.99%
B = 75.28%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0241CC (or 0x0241CC) is known color: Persian Blue. HEX triplet: 02, 41 and CC. RGB value is (2,65,204). Sum of RGB (Red+Green+Blue) = 2+65+204=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 204 (80.08% from 255 or 75.28% from 271); Max value from RGB is 204 - color contains mainly: blue. Hex color #0241CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0241CC is #FDBE33. Grayscale: #3D3D3D. Windows color (decimal): -16629300 or 13385986. OLE color: 13385986.

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

Color convert

RGB 2 65 204 -
CMYK 0.99 0.68 0 0.2
HSL 221.29º 0.98% 0.4% -
HSV(B) 221.29º 0.99% 0.8% -
XYZ 12.81 8.15 58.03 -
YUV 62.01 208.13 85.2 -
System Red Green Blue C M Y K H S L
Decimal 2 65 204 0.99 0.68 0 0.2 221.29 0.98 0.4
Hex 2 41 CC 63 44 0 14 DD 62 28
Octal 2 101 314 143 104 0 24 335 142 50
Binary 10 1000001 11001100 1100011 1000100 0 10100 11011101 1100010 101000

Color Harmonies of #0241CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0241CC

Black with #0241CC

Text Example


Text Example

White with #0241CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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