Html Css Color HEX #0926BA International Klein Blue

📋 copy color: '#0926BA'

red 9 ◦ green 38 ◦ blue 186

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

Shades of International Klein Blue #0926BA

Tints of International Klein Blue #0926BA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.31%

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

R = 3.86%
G = 16.31%
B = 79.83%

CMYK

 C value IS 0.95

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0926BA (or 0x0926BA) is known color: International Klein Blue. HEX triplet: 09, 26 and BA. RGB value is (9,38,186). Sum of RGB (Red+Green+Blue) = 9+38+186=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 186 (73.05% from 255 or 79.83% from 233); Max value from RGB is 186 - color contains mainly: blue. Hex color #0926BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0926BA is #F6D945. Grayscale: #2D2D2D. Windows color (decimal): -16177478 or 12199433. OLE color: 12199433.

HSL color Cylindrical-coordinate representation of color #0926BA: hue angle of 230.17º 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 #0926BA is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 38 186 -
CMYK 0.95 0.80 0 0.27
HSL 230.17º 0.91% 0.38% -
HSV(B) 230.17º 0.95% 0.73% -
XYZ 9.67 4.99 46.91 -
YUV 46.2 206.89 101.47 -
System Red Green Blue C M Y K H S L
Decimal 9 38 186 0.95 0.80 0 0.27 230.17 0.91 0.38
Hex 9 26 BA 5F 50 0 1B E6 5B 26
Octal 11 46 272 137 120 0 33 346 133 46
Binary 1001 100110 10111010 1011111 1010000 0 11011 11100110 1011011 100110

Color Harmonies of #0926BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0926BA

Black with #0926BA

Text Example


Text Example

White with #0926BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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