Html Css Color HEX #0927BA International Klein Blue

📋 copy color: '#0927BA'

red 9 ◦ green 39 ◦ blue 186

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

Shades of International Klein Blue #0927BA

Tints of International Klein Blue #0927BA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.67%

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

R = 3.85%
G = 16.67%
B = 79.49%

CMYK

 C value IS 0.95

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0927BA (or 0x0927BA) is known color: International Klein Blue. HEX triplet: 09, 27 and BA. RGB value is (9,39,186). Sum of RGB (Red+Green+Blue) = 9+39+186=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 186 (73.05% from 255 or 79.49% from 234); Max value from RGB is 186 - color contains mainly: blue. Hex color #0927BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0927BA is #F6D845. Grayscale: #2E2E2E. Windows color (decimal): -16177222 or 12199689. OLE color: 12199689.

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

Color convert

RGB 9 39 186 -
CMYK 0.95 0.79 0 0.27
HSL 229.83º 0.91% 0.38% -
HSV(B) 229.83º 0.95% 0.73% -
XYZ 9.7 5.05 46.92 -
YUV 46.79 206.56 101.05 -
System Red Green Blue C M Y K H S L
Decimal 9 39 186 0.95 0.79 0 0.27 229.83 0.91 0.38
Hex 9 27 BA 5F 4F 0 1B E6 5B 26
Octal 11 47 272 137 117 0 33 346 133 46
Binary 1001 100111 10111010 1011111 1001111 0 11011 11100110 1011011 100110

Color Harmonies of #0927BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0927BA

Black with #0927BA

Text Example


Text Example

White with #0927BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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