Html Css Color HEX #0928BA International Klein Blue

📋 copy color: '#0928BA'

red 9 ◦ green 40 ◦ blue 186

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

Shades of International Klein Blue #0928BA

Tints of International Klein Blue #0928BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 79.15%

R = 3.83%
G = 17.02%
B = 79.15%

CMYK

 C value IS 0.95

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0928BA (or 0x0928BA) is known color: International Klein Blue. HEX triplet: 09, 28 and BA. RGB value is (9,40,186). Sum of RGB (Red+Green+Blue) = 9+40+186=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 186 (73.05% from 255 or 79.15% from 235); Max value from RGB is 186 - color contains mainly: blue. Hex color #0928BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0928BA is #F6D745. Grayscale: #2E2E2E. Windows color (decimal): -16176966 or 12199945. OLE color: 12199945.

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

Color convert

RGB 9 40 186 -
CMYK 0.95 0.78 0 0.27
HSL 229.49º 0.91% 0.38% -
HSV(B) 229.49º 0.95% 0.73% -
XYZ 9.73 5.12 46.93 -
YUV 47.38 206.23 100.63 -
System Red Green Blue C M Y K H S L
Decimal 9 40 186 0.95 0.78 0 0.27 229.49 0.91 0.38
Hex 9 28 BA 5F 4E 0 1B E5 5B 26
Octal 11 50 272 137 116 0 33 345 133 46
Binary 1001 101000 10111010 1011111 1001110 0 11011 11100101 1011011 100110

Color Harmonies of #0928BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0928BA

Black with #0928BA

Text Example


Text Example

White with #0928BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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