Html Css Color HEX #0030CB Persian Blue

📋 copy color: '#0030CB'

red 0 ◦ green 48 ◦ blue 203

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

Shades of Persian Blue #0030CB

Tints of Persian Blue #0030CB

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 19.12%
B = 80.88%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0030CB (or 0x0030CB) is known color: Persian Blue. HEX triplet: 00, 30 and CB. RGB value is (0,48,203). Sum of RGB (Red+Green+Blue) = 0+48+203=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 203 (79.69% from 255 or 80.88% from 251); Max value from RGB is 203 - color contains mainly: blue. Hex color #0030CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0030CB is #FFCF34. Grayscale: #323232. Windows color (decimal): -16764725 or 13316096. OLE color: 13316096.

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

Color convert

RGB 0 48 203 -
CMYK 1 0.76 0 0.20
HSL 225.81º 1% 0.4% -
HSV(B) 225.81º 1% 0.8% -
XYZ 11.84 6.43 57.12 -
YUV 51.32 213.6 91.4 -
System Red Green Blue C M Y K H S L
Decimal 0 48 203 1 0.76 0 0.20 225.81 1 0.4
Hex 0 30 CB 64 4C 0 14 E2 64 28
Octal 0 60 313 144 114 0 24 342 144 50
Binary 0 110000 11001011 1100100 1001100 0 10100 11100010 1100100 101000

Color Harmonies of #0030CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0030CB

Black with #0030CB

Text Example


Text Example

White with #0030CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,48,203); }

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

background-color css

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

 a { background-color: rgb(0,48,203); }

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

border-color css

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

 span { border-color: rgb(0,48,203); }

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