Html Css Color HEX #092F62 Prussian Blue

📋 copy color: '#092F62'

red 9 ◦ green 47 ◦ blue 98

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

Shades of Prussian Blue #092F62

Tints of Prussian Blue #092F62

RGB

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

 GREEN value IS 47 (18.75% from 255) = 30.52%

 BLUE value IS 98 (38.67% from 255) = 63.64%

R = 5.84%
G = 30.52%
B = 63.64%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#092F62 (or 0x092F62) is known color: Prussian Blue. HEX triplet: 09, 2F and 62. RGB value is (9,47,98). Sum of RGB (Red+Green+Blue) = 9+47+98=154 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.84% from 154); Green value is 47 (18.75% from 255 or 30.52% from 154); Blue value is 98 (38.67% from 255 or 63.64% from 154); Max value from RGB is 98 - color contains mainly: blue. Hex color #092F62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092F62 is #F6D09D. Grayscale: #292929. Windows color (decimal): -16175262 or 6434569. OLE color: 6434569.

HSL color Cylindrical-coordinate representation of color #092F62: hue angle of 214.38º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092F62 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 47 98 -
CMYK 0.91 0.52 0 0.62
HSL 214.38º 0.83% 0.21% -
HSV(B) 214.38º 0.91% 0.38% -
XYZ 3.33 2.97 11.95 -
YUV 41.45 159.91 104.85 -
System Red Green Blue C M Y K H S L
Decimal 9 47 98 0.91 0.52 0 0.62 214.38 0.83 0.21
Hex 9 2F 62 5B 34 0 3E D6 53 15
Octal 11 57 142 133 64 0 76 326 123 25
Binary 1001 101111 1100010 1011011 110100 0 111110 11010110 1010011 10101

Color Harmonies of #092F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092F62

Black with #092F62

Text Example


Text Example

White with #092F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092F62; }

 p { color: rgb(9,47,98); }

 H1.HeaderClassName
 {
   color: #092F62;
 }
 .AnyTagClassName
 {
   color: #092F62;
 }
</style>

background-color css

<style>
 a { background-color: #092F62; }

 a { background-color: rgb(9,47,98); }

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

border-color css

<style>
 span { border-color: #092F62; }

 span { border-color: rgb(9,47,98); }

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