Html Css Color HEX #093FC4 Persian Blue

📋 copy color: '#093FC4'

red 9 ◦ green 63 ◦ blue 196

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

Shades of Persian Blue #093FC4

Tints of Persian Blue #093FC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 73.13%

R = 3.36%
G = 23.51%
B = 73.13%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#093FC4 (or 0x093FC4) is known color: Persian Blue. HEX triplet: 09, 3F and C4. RGB value is (9,63,196). Sum of RGB (Red+Green+Blue) = 9+63+196=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 196 (76.95% from 255 or 73.13% from 268); Max value from RGB is 196 - color contains mainly: blue. Hex color #093FC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093FC4 is #F6C03B. Grayscale: #3D3D3D. Windows color (decimal): -16171068 or 12861193. OLE color: 12861193.

HSL color Cylindrical-coordinate representation of color #093FC4: hue angle of 222.67º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #093FC4 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 9 63 196 -
CMYK 0.95 0.68 0 0.23
HSL 222.67º 0.91% 0.4% -
HSV(B) 222.67º 0.95% 0.77% -
XYZ 11.85 7.6 53.07 -
YUV 62.02 203.61 90.19 -
System Red Green Blue C M Y K H S L
Decimal 9 63 196 0.95 0.68 0 0.23 222.67 0.91 0.4
Hex 9 3F C4 5F 44 0 17 DF 5B 28
Octal 11 77 304 137 104 0 27 337 133 50
Binary 1001 111111 11000100 1011111 1000100 0 10111 11011111 1011011 101000

Color Harmonies of #093FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093FC4

Black with #093FC4

Text Example


Text Example

White with #093FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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