Html Css Color HEX #093FBC Persian Blue

📋 copy color: '#093FBC'

red 9 ◦ green 63 ◦ blue 188

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

Shades of Persian Blue #093FBC

Tints of Persian Blue #093FBC

RGB

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

 GREEN value IS 63 (25% from 255) = 24.23%

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

R = 3.46%
G = 24.23%
B = 72.31%

CMYK

 C value IS 0.95

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#093FBC (or 0x093FBC) is known color: Persian Blue. HEX triplet: 09, 3F and BC. RGB value is (9,63,188). Sum of RGB (Red+Green+Blue) = 9+63+188=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 188 (73.83% from 255 or 72.31% from 260); Max value from RGB is 188 - color contains mainly: blue. Hex color #093FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093FBC is #F6C043. Grayscale: #3C3C3C. Windows color (decimal): -16171076 or 12336905. OLE color: 12336905.

HSL color Cylindrical-coordinate representation of color #093FBC: hue angle of 221.9º 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 #093FBC is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 63 188 -
CMYK 0.95 0.66 0 0.26
HSL 221.9º 0.91% 0.39% -
HSV(B) 221.9º 0.95% 0.74% -
XYZ 10.97 7.24 48.4 -
YUV 61.1 199.61 90.84 -
System Red Green Blue C M Y K H S L
Decimal 9 63 188 0.95 0.66 0 0.26 221.9 0.91 0.39
Hex 9 3F BC 5F 42 0 1A DE 5B 27
Octal 11 77 274 137 102 0 32 336 133 47
Binary 1001 111111 10111100 1011111 1000010 0 11010 11011110 1011011 100111

Color Harmonies of #093FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093FBC

Black with #093FBC

Text Example


Text Example

White with #093FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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