Html Css Color HEX #092BBB International Klein Blue

📋 copy color: '#092BBB'

red 9 ◦ green 43 ◦ blue 187

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

Shades of International Klein Blue #092BBB

Tints of International Klein Blue #092BBB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.99%

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

R = 3.77%
G = 17.99%
B = 78.24%

CMYK

 C value IS 0.95

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#092BBB (or 0x092BBB) is known color: International Klein Blue. HEX triplet: 09, 2B and BB. RGB value is (9,43,187). Sum of RGB (Red+Green+Blue) = 9+43+187=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 187 (73.44% from 255 or 78.24% from 239); Max value from RGB is 187 - color contains mainly: blue. Hex color #092BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092BBB is #F6D444. Grayscale: #303030. Windows color (decimal): -16176197 or 12266249. OLE color: 12266249.

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

Color convert

RGB 9 43 187 -
CMYK 0.95 0.77 0 0.27
HSL 228.54º 0.91% 0.38% -
HSV(B) 228.54º 0.95% 0.73% -
XYZ 9.95 5.37 47.53 -
YUV 49.25 205.74 99.29 -
System Red Green Blue C M Y K H S L
Decimal 9 43 187 0.95 0.77 0 0.27 228.54 0.91 0.38
Hex 9 2B BB 5F 4D 0 1B E5 5B 26
Octal 11 53 273 137 115 0 33 345 133 46
Binary 1001 101011 10111011 1011111 1001101 0 11011 11100101 1011011 100110

Color Harmonies of #092BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092BBB

Black with #092BBB

Text Example


Text Example

White with #092BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092BBB; }

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

 H1.HeaderClassName
 {
   color: #092BBB;
 }
 .AnyTagClassName
 {
   color: #092BBB;
 }
</style>

background-color css

<style>
 a { background-color: #092BBB; }

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

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

border-color css

<style>
 span { border-color: #092BBB; }

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

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