Html Css Color HEX #0241CF Persian Blue

📋 copy color: '#0241CF'

red 2 ◦ green 65 ◦ blue 207

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

Shades of Persian Blue #0241CF

Tints of Persian Blue #0241CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 75.55%

R = 0.73%
G = 23.72%
B = 75.55%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0241CF (or 0x0241CF) is known color: Persian Blue. HEX triplet: 02, 41 and CF. RGB value is (2,65,207). Sum of RGB (Red+Green+Blue) = 2+65+207=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 207 (81.25% from 255 or 75.55% from 274); Max value from RGB is 207 - color contains mainly: blue. Hex color #0241CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0241CF is #FDBE30. Grayscale: #3D3D3D. Windows color (decimal): -16629297 or 13582594. OLE color: 13582594.

HSL color Cylindrical-coordinate representation of color #0241CF: hue angle of 221.56º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0241CF is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 65 207 -
CMYK 0.99 0.69 0 0.19
HSL 221.56º 0.98% 0.41% -
HSV(B) 221.56º 0.99% 0.81% -
XYZ 13.18 8.3 59.94 -
YUV 62.35 209.63 84.95 -
System Red Green Blue C M Y K H S L
Decimal 2 65 207 0.99 0.69 0 0.19 221.56 0.98 0.41
Hex 2 41 CF 63 45 0 13 DE 62 29
Octal 2 101 317 143 105 0 23 336 142 51
Binary 10 1000001 11001111 1100011 1000101 0 10011 11011110 1100010 101001

Color Harmonies of #0241CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0241CF

Black with #0241CF

Text Example


Text Example

White with #0241CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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