Html Css Color HEX #093BED Persian Blue

📋 copy color: '#093BED'

red 9 ◦ green 59 ◦ blue 237

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

Shades of Persian Blue #093BED

Tints of Persian Blue #093BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 77.7%

R = 2.95%
G = 19.34%
B = 77.7%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#093BED (or 0x093BED) is known color: Persian Blue. HEX triplet: 09, 3B and ED. RGB value is (9,59,237). Sum of RGB (Red+Green+Blue) = 9+59+237=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 237 (92.97% from 255 or 77.70% from 305); Max value from RGB is 237 - color contains mainly: blue. Hex color #093BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093BED is #F6C412. Grayscale: #3F3F3F. Windows color (decimal): -16172051 or 15547145. OLE color: 15547145.

HSL color Cylindrical-coordinate representation of color #093BED: hue angle of 226.84º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093BED is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 59 237 -
CMYK 0.96 0.75 0 0.07
HSL 226.84º 0.93% 0.48% -
HSV(B) 226.84º 0.96% 0.93% -
XYZ 16.96 9.3 81.02 -
YUV 64.34 225.44 88.53 -
System Red Green Blue C M Y K H S L
Decimal 9 59 237 0.96 0.75 0 0.07 226.84 0.93 0.48
Hex 9 3B ED 60 4B 0 7 E3 5D 30
Octal 11 73 355 140 113 0 7 343 135 60
Binary 1001 111011 11101101 1100000 1001011 0 111 11100011 1011101 110000

Color Harmonies of #093BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093BED

Black with #093BED

Text Example


Text Example

White with #093BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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