Html Css Color HEX #093ABC Persian Blue

📋 copy color: '#093ABC'

red 9 ◦ green 58 ◦ blue 188

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

Shades of Persian Blue #093ABC

Tints of Persian Blue #093ABC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.75%

 BLUE value IS 188 (73.83% from 255) = 73.73%

R = 3.53%
G = 22.75%
B = 73.73%

CMYK

 C value IS 0.95

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#093ABC (or 0x093ABC) is known color: Persian Blue. HEX triplet: 09, 3A and BC. RGB value is (9,58,188). Sum of RGB (Red+Green+Blue) = 9+58+188=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 188 (73.83% from 255 or 73.73% from 255); Max value from RGB is 188 - color contains mainly: blue. Hex color #093ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093ABC is #F6C543. Grayscale: #393939. Windows color (decimal): -16172356 or 12335625. OLE color: 12335625.

HSL color Cylindrical-coordinate representation of color #093ABC: hue angle of 223.58º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #093ABC is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 58 188 -
CMYK 0.95 0.69 0 0.26
HSL 223.58º 0.91% 0.39% -
HSV(B) 223.58º 0.95% 0.74% -
XYZ 10.7 6.72 48.31 -
YUV 58.17 201.27 92.93 -
System Red Green Blue C M Y K H S L
Decimal 9 58 188 0.95 0.69 0 0.26 223.58 0.91 0.39
Hex 9 3A BC 5F 45 0 1A E0 5B 27
Octal 11 72 274 137 105 0 32 340 133 47
Binary 1001 111010 10111100 1011111 1000101 0 11010 11100000 1011011 100111

Color Harmonies of #093ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093ABC

Black with #093ABC

Text Example


Text Example

White with #093ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,58,188); }

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

background-color css

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

 a { background-color: rgb(9,58,188); }

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

border-color css

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

 span { border-color: rgb(9,58,188); }

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