Html Css Color HEX #0934CB Persian Blue

📋 copy color: '#0934CB'

red 9 ◦ green 52 ◦ blue 203

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

Shades of Persian Blue #0934CB

Tints of Persian Blue #0934CB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.7%

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

R = 3.41%
G = 19.7%
B = 76.89%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0934CB (or 0x0934CB) is known color: Persian Blue. HEX triplet: 09, 34 and CB. RGB value is (9,52,203). Sum of RGB (Red+Green+Blue) = 9+52+203=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 203 (79.69% from 255 or 76.89% from 264); Max value from RGB is 203 - color contains mainly: blue. Hex color #0934CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0934CB is #F6CB34. Grayscale: #373737. Windows color (decimal): -16173877 or 13317129. OLE color: 13317129.

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

Color convert

RGB 9 52 203 -
CMYK 0.96 0.74 0 0.20
HSL 226.7º 0.92% 0.42% -
HSV(B) 226.7º 0.96% 0.8% -
XYZ 12.12 6.83 57.18 -
YUV 56.36 210.75 94.22 -
System Red Green Blue C M Y K H S L
Decimal 9 52 203 0.96 0.74 0 0.20 226.7 0.92 0.42
Hex 9 34 CB 60 4A 0 14 E3 5C 2A
Octal 11 64 313 140 112 0 24 343 134 52
Binary 1001 110100 11001011 1100000 1001010 0 10100 11100011 1011100 101010

Color Harmonies of #0934CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0934CB

Black with #0934CB

Text Example


Text Example

White with #0934CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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