Html Css Color HEX #0230C5 Persian Blue

📋 copy color: '#0230C5'

red 2 ◦ green 48 ◦ blue 197

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

Shades of Persian Blue #0230C5

Tints of Persian Blue #0230C5

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.43%

 BLUE value IS 197 (77.34% from 255) = 79.76%

R = 0.81%
G = 19.43%
B = 79.76%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#0230C5 (or 0x0230C5) is known color: Persian Blue. HEX triplet: 02, 30 and C5. RGB value is (2,48,197). Sum of RGB (Red+Green+Blue) = 2+48+197=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 197 (77.34% from 255 or 79.76% from 247); Max value from RGB is 197 - color contains mainly: blue. Hex color #0230C5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0230C5 is #FDCF3A. Grayscale: #323232. Windows color (decimal): -16633659 or 12922882. OLE color: 12922882.

HSL color Cylindrical-coordinate representation of color #0230C5: hue angle of 225.85º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0230C5 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 2 48 197 -
CMYK 0.99 0.76 0 0.23
HSL 225.85º 0.98% 0.39% -
HSV(B) 225.85º 0.99% 0.77% -
XYZ 11.16 6.16 53.42 -
YUV 51.23 210.26 92.88 -
System Red Green Blue C M Y K H S L
Decimal 2 48 197 0.99 0.76 0 0.23 225.85 0.98 0.39
Hex 2 30 C5 63 4C 0 17 E2 62 27
Octal 2 60 305 143 114 0 27 342 142 47
Binary 10 110000 11000101 1100011 1001100 0 10111 11100010 1100010 100111

Color Harmonies of #0230C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0230C5

Black with #0230C5

Text Example


Text Example

White with #0230C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0230C5; }

 p { color: rgb(2,48,197); }

 H1.HeaderClassName
 {
   color: #0230C5;
 }
 .AnyTagClassName
 {
   color: #0230C5;
 }
</style>

background-color css

<style>
 a { background-color: #0230C5; }

 a { background-color: rgb(2,48,197); }

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

border-color css

<style>
 span { border-color: #0230C5; }

 span { border-color: rgb(2,48,197); }

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