Html Css Color HEX #092098 International Klein Blue

📋 copy color: '#092098'

red 9 ◦ green 32 ◦ blue 152

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

Shades of International Klein Blue #092098

Tints of International Klein Blue #092098

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.58%

 BLUE value IS 152 (59.77% from 255) = 78.76%

R = 4.66%
G = 16.58%
B = 78.76%

CMYK

 C value IS 0.94

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#092098 (or 0x092098) is known color: International Klein Blue. HEX triplet: 09, 20 and 98. RGB value is (9,32,152). Sum of RGB (Red+Green+Blue) = 9+32+152=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 152 (59.77% from 255 or 78.76% from 193); Max value from RGB is 152 - color contains mainly: blue. Hex color #092098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092098 is #F6DF67. Grayscale: #262626. Windows color (decimal): -16179048 or 9969673. OLE color: 9969673.

HSL color Cylindrical-coordinate representation of color #092098: hue angle of 230.35º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #092098 is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 9 32 152 -
CMYK 0.94 0.79 0 0.40
HSL 230.35º 0.89% 0.32% -
HSV(B) 230.35º 0.94% 0.6% -
XYZ 6.3 3.36 30.02 -
YUV 38.8 191.88 106.74 -
System Red Green Blue C M Y K H S L
Decimal 9 32 152 0.94 0.79 0 0.40 230.35 0.89 0.32
Hex 9 20 98 5E 4F 0 28 E6 59 20
Octal 11 40 230 136 117 0 50 346 131 40
Binary 1001 100000 10011000 1011110 1001111 0 101000 11100110 1011001 100000

Color Harmonies of #092098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092098

Black with #092098

Text Example


Text Example

White with #092098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092098; }

 p { color: rgb(9,32,152); }

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

background-color css

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

 a { background-color: rgb(9,32,152); }

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

border-color css

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

 span { border-color: rgb(9,32,152); }

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