Html Css Color HEX #0947CB Persian Blue

📋 copy color: '#0947CB'

red 9 ◦ green 71 ◦ blue 203

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

Shades of Persian Blue #0947CB

Tints of Persian Blue #0947CB

RGB

 RED value IS 9 (3.91% from 255) = 3.18%

 GREEN value IS 71 (28.13% from 255) = 25.09%

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

R = 3.18%
G = 25.09%
B = 71.73%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0947CB (or 0x0947CB) is known color: Persian Blue. HEX triplet: 09, 47 and CB. RGB value is (9,71,203). Sum of RGB (Red+Green+Blue) = 9+71+203=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 203 (79.69% from 255 or 71.73% from 283); Max value from RGB is 203 - color contains mainly: blue. Hex color #0947CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0947CB is #F6B834. Grayscale: #424242. Windows color (decimal): -16169013 or 13321993. OLE color: 13321993.

HSL color Cylindrical-coordinate representation of color #0947CB: hue angle of 220.82º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0947CB is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 71 203 -
CMYK 0.96 0.65 0 0.20
HSL 220.82º 0.92% 0.42% -
HSV(B) 220.82º 0.96% 0.8% -
XYZ 13.15 8.88 57.52 -
YUV 67.51 204.46 86.27 -
System Red Green Blue C M Y K H S L
Decimal 9 71 203 0.96 0.65 0 0.20 220.82 0.92 0.42
Hex 9 47 CB 60 41 0 14 DD 5C 2A
Octal 11 107 313 140 101 0 24 335 134 52
Binary 1001 1000111 11001011 1100000 1000001 0 10100 11011101 1011100 101010

Color Harmonies of #0947CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0947CB

Black with #0947CB

Text Example


Text Example

White with #0947CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,71,203); }

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

background-color css

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

 a { background-color: rgb(9,71,203); }

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

border-color css

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

 span { border-color: rgb(9,71,203); }

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