Html Css Color HEX #093FBE Persian Blue

📋 copy color: '#093FBE'

red 9 ◦ green 63 ◦ blue 190

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

Shades of Persian Blue #093FBE

Tints of Persian Blue #093FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 72.52%

R = 3.44%
G = 24.05%
B = 72.52%

CMYK

 C value IS 0.95

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#093FBE (or 0x093FBE) is known color: Persian Blue. HEX triplet: 09, 3F and BE. RGB value is (9,63,190). Sum of RGB (Red+Green+Blue) = 9+63+190=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 190 (74.61% from 255 or 72.52% from 262); Max value from RGB is 190 - color contains mainly: blue. Hex color #093FBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093FBE is #F6C041. Grayscale: #3C3C3C. Windows color (decimal): -16171074 or 12467977. OLE color: 12467977.

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

Color convert

RGB 9 63 190 -
CMYK 0.95 0.67 0 0.25
HSL 222.1º 0.91% 0.39% -
HSV(B) 222.1º 0.95% 0.75% -
XYZ 11.18 7.33 49.54 -
YUV 61.33 200.61 90.67 -
System Red Green Blue C M Y K H S L
Decimal 9 63 190 0.95 0.67 0 0.25 222.1 0.91 0.39
Hex 9 3F BE 5F 43 0 19 DE 5B 27
Octal 11 77 276 137 103 0 31 336 133 47
Binary 1001 111111 10111110 1011111 1000011 0 11001 11011110 1011011 100111

Color Harmonies of #093FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093FBE

Black with #093FBE

Text Example


Text Example

White with #093FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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