Html Css Color HEX #0232CB Persian Blue

📋 copy color: '#0232CB'

red 2 ◦ green 50 ◦ blue 203

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

Shades of Persian Blue #0232CB

Tints of Persian Blue #0232CB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.61%

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

R = 0.78%
G = 19.61%
B = 79.61%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0232CB (or 0x0232CB) is known color: Persian Blue. HEX triplet: 02, 32 and CB. RGB value is (2,50,203). Sum of RGB (Red+Green+Blue) = 2+50+203=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 203 (79.69% from 255 or 79.61% from 255); Max value from RGB is 203 - color contains mainly: blue. Hex color #0232CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0232CB is #FDCD34. Grayscale: #343434. Windows color (decimal): -16633141 or 13316610. OLE color: 13316610.

HSL color Cylindrical-coordinate representation of color #0232CB: hue angle of 225.67º 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 #0232CB is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 50 203 -
CMYK 0.99 0.75 0 0.20
HSL 225.67º 0.98% 0.4% -
HSV(B) 225.67º 0.99% 0.8% -
XYZ 11.95 6.61 57.15 -
YUV 53.09 212.6 91.56 -
System Red Green Blue C M Y K H S L
Decimal 2 50 203 0.99 0.75 0 0.20 225.67 0.98 0.4
Hex 2 32 CB 63 4B 0 14 E2 62 28
Octal 2 62 313 143 113 0 24 342 142 50
Binary 10 110010 11001011 1100011 1001011 0 10100 11100010 1100010 101000

Color Harmonies of #0232CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0232CB

Black with #0232CB

Text Example


Text Example

White with #0232CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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