Html Css Color HEX #093B68 Prussian Blue

📋 copy color: '#093B68'

red 9 ◦ green 59 ◦ blue 104

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

Shades of Prussian Blue #093B68

Tints of Prussian Blue #093B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 60.47%

R = 5.23%
G = 34.3%
B = 60.47%

CMYK

 C value IS 0.91

 M value IS 0.43

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#093B68 (or 0x093B68) is known color: Prussian Blue. HEX triplet: 09, 3B and 68. RGB value is (9,59,104). Sum of RGB (Red+Green+Blue) = 9+59+104=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 59 (23.44% from 255 or 34.30% from 172); Blue value is 104 (41.02% from 255 or 60.47% from 172); Max value from RGB is 104 - color contains mainly: blue. Hex color #093B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093B68 is #F6C497. Grayscale: #303030. Windows color (decimal): -16172184 or 6830857. OLE color: 6830857.

HSL color Cylindrical-coordinate representation of color #093B68: hue angle of 208.42º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #093B68 is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 59 104 -
CMYK 0.91 0.43 0 0.59
HSL 208.42º 0.84% 0.22% -
HSV(B) 208.42º 0.91% 0.41% -
XYZ 4.18 4.19 13.68 -
YUV 49.18 158.94 99.34 -
System Red Green Blue C M Y K H S L
Decimal 9 59 104 0.91 0.43 0 0.59 208.42 0.84 0.22
Hex 9 3B 68 5B 2B 0 3B D0 54 16
Octal 11 73 150 133 53 0 73 320 124 26
Binary 1001 111011 1101000 1011011 101011 0 111011 11010000 1010100 10110

Color Harmonies of #093B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093B68

Black with #093B68

Text Example


Text Example

White with #093B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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