Html Css Color HEX #093BCB Persian Blue

📋 copy color: '#093BCB'

red 9 ◦ green 59 ◦ blue 203

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

Shades of Persian Blue #093BCB

Tints of Persian Blue #093BCB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.77%

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

R = 3.32%
G = 21.77%
B = 74.91%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#093BCB (or 0x093BCB) is known color: Persian Blue. HEX triplet: 09, 3B and CB. RGB value is (9,59,203). Sum of RGB (Red+Green+Blue) = 9+59+203=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 203 (79.69% from 255 or 74.91% from 271); Max value from RGB is 203 - color contains mainly: blue. Hex color #093BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093BCB is #F6C434. Grayscale: #3B3B3B. Windows color (decimal): -16172085 or 13318921. OLE color: 13318921.

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

Color convert

RGB 9 59 203 -
CMYK 0.96 0.71 0 0.20
HSL 224.54º 0.92% 0.42% -
HSV(B) 224.54º 0.96% 0.8% -
XYZ 12.46 7.5 57.29 -
YUV 60.47 208.44 91.29 -
System Red Green Blue C M Y K H S L
Decimal 9 59 203 0.96 0.71 0 0.20 224.54 0.92 0.42
Hex 9 3B CB 60 47 0 14 E1 5C 2A
Octal 11 73 313 140 107 0 24 341 134 52
Binary 1001 111011 11001011 1100000 1000111 0 10100 11100001 1011100 101010

Color Harmonies of #093BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093BCB

Black with #093BCB

Text Example


Text Example

White with #093BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093BCB; }

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

 H1.HeaderClassName
 {
   color: #093BCB;
 }
 .AnyTagClassName
 {
   color: #093BCB;
 }
</style>

background-color css

<style>
 a { background-color: #093BCB; }

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

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

border-color css

<style>
 span { border-color: #093BCB; }

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

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