Html Css Color HEX #0923BB International Klein Blue

📋 copy color: '#0923BB'

red 9 ◦ green 35 ◦ blue 187

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

Shades of International Klein Blue #0923BB

Tints of International Klein Blue #0923BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 80.95%

R = 3.9%
G = 15.15%
B = 80.95%

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

#0923BB (or 0x0923BB) is known color: International Klein Blue. HEX triplet: 09, 23 and BB. RGB value is (9,35,187). Sum of RGB (Red+Green+Blue) = 9+35+187=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 187 (73.44% from 255 or 80.95% from 231); Max value from RGB is 187 - color contains mainly: blue. Hex color #0923BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0923BB is #F6DC44. Grayscale: #2B2B2B. Windows color (decimal): -16178245 or 12264201. OLE color: 12264201.

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

Color convert

RGB 9 35 187 -
CMYK 0.95 0.81 0 0.27
HSL 231.24º 0.91% 0.38% -
HSV(B) 231.24º 0.95% 0.73% -
XYZ 9.68 4.85 47.44 -
YUV 44.55 208.39 102.64 -
System Red Green Blue C M Y K H S L
Decimal 9 35 187 0.95 0.81 0 0.27 231.24 0.91 0.38
Hex 9 23 BB 5F 51 0 1B E7 5B 26
Octal 11 43 273 137 121 0 33 347 133 46
Binary 1001 100011 10111011 1011111 1010001 0 11011 11100111 1011011 100110

Color Harmonies of #0923BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0923BB

Black with #0923BB

Text Example


Text Example

White with #0923BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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