Html Css Color HEX #0923BA International Klein Blue

📋 copy color: '#0923BA'

red 9 ◦ green 35 ◦ blue 186

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

Shades of International Klein Blue #0923BA

Tints of International Klein Blue #0923BA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.22%

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

R = 3.91%
G = 15.22%
B = 80.87%

CMYK

 C value IS 0.95

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0923BA (or 0x0923BA) is known color: International Klein Blue. HEX triplet: 09, 23 and BA. RGB value is (9,35,186). Sum of RGB (Red+Green+Blue) = 9+35+186=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 186 (73.05% from 255 or 80.87% from 230); Max value from RGB is 186 - color contains mainly: blue. Hex color #0923BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0923BA is #F6DC45. Grayscale: #2B2B2B. Windows color (decimal): -16178246 or 12198665. OLE color: 12198665.

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

Color convert

RGB 9 35 186 -
CMYK 0.95 0.81 0 0.27
HSL 231.19º 0.91% 0.38% -
HSV(B) 231.19º 0.95% 0.73% -
XYZ 9.58 4.81 46.88 -
YUV 44.44 207.89 102.72 -
System Red Green Blue C M Y K H S L
Decimal 9 35 186 0.95 0.81 0 0.27 231.19 0.91 0.38
Hex 9 23 BA 5F 51 0 1B E7 5B 26
Octal 11 43 272 137 121 0 33 347 133 46
Binary 1001 100011 10111010 1011111 1010001 0 11011 11100111 1011011 100110

Color Harmonies of #0923BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0923BA

Black with #0923BA

Text Example


Text Example

White with #0923BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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