Html Css Color HEX #0928B5 International Klein Blue

📋 copy color: '#0928B5'

red 9 ◦ green 40 ◦ blue 181

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

Shades of International Klein Blue #0928B5

Tints of International Klein Blue #0928B5

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.39%

 BLUE value IS 181 (71.09% from 255) = 78.7%

R = 3.91%
G = 17.39%
B = 78.7%

CMYK

 C value IS 0.95

 M value IS 0.78

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0928B5 (or 0x0928B5) is known color: International Klein Blue. HEX triplet: 09, 28 and B5. RGB value is (9,40,181). Sum of RGB (Red+Green+Blue) = 9+40+181=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 181 (71.09% from 255 or 78.70% from 230); Max value from RGB is 181 - color contains mainly: blue. Hex color #0928B5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0928B5 is #F6D74A. Grayscale: #2E2E2E. Windows color (decimal): -16176971 or 11872265. OLE color: 11872265.

HSL color Cylindrical-coordinate representation of color #0928B5: hue angle of 229.19º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0928B5 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 9 40 181 -
CMYK 0.95 0.78 0 0.29
HSL 229.19º 0.91% 0.37% -
HSV(B) 229.19º 0.95% 0.71% -
XYZ 9.21 4.91 44.18 -
YUV 46.81 203.73 101.04 -
System Red Green Blue C M Y K H S L
Decimal 9 40 181 0.95 0.78 0 0.29 229.19 0.91 0.37
Hex 9 28 B5 5F 4E 0 1D E5 5B 25
Octal 11 50 265 137 116 0 35 345 133 45
Binary 1001 101000 10110101 1011111 1001110 0 11101 11100101 1011011 100101

Color Harmonies of #0928B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0928B5

Black with #0928B5

Text Example


Text Example

White with #0928B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0928B5; }

 p { color: rgb(9,40,181); }

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

background-color css

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

 a { background-color: rgb(9,40,181); }

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

border-color css

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

 span { border-color: rgb(9,40,181); }

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