Html Css Color HEX #092ABB International Klein Blue

📋 copy color: '#092ABB'

red 9 ◦ green 42 ◦ blue 187

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

Shades of International Klein Blue #092ABB

Tints of International Klein Blue #092ABB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.65%

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

R = 3.78%
G = 17.65%
B = 78.57%

CMYK

 C value IS 0.95

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#092ABB (or 0x092ABB) is known color: International Klein Blue. HEX triplet: 09, 2A and BB. RGB value is (9,42,187). Sum of RGB (Red+Green+Blue) = 9+42+187=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 187 (73.44% from 255 or 78.57% from 238); Max value from RGB is 187 - color contains mainly: blue. Hex color #092ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092ABB is #F6D544. Grayscale: #303030. Windows color (decimal): -16176453 or 12265993. OLE color: 12265993.

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

Color convert

RGB 9 42 187 -
CMYK 0.95 0.78 0 0.27
HSL 228.88º 0.91% 0.38% -
HSV(B) 228.88º 0.95% 0.73% -
XYZ 9.91 5.3 47.51 -
YUV 48.66 206.07 99.71 -
System Red Green Blue C M Y K H S L
Decimal 9 42 187 0.95 0.78 0 0.27 228.88 0.91 0.38
Hex 9 2A BB 5F 4E 0 1B E5 5B 26
Octal 11 52 273 137 116 0 33 345 133 46
Binary 1001 101010 10111011 1011111 1001110 0 11011 11100101 1011011 100110

Color Harmonies of #092ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092ABB

Black with #092ABB

Text Example


Text Example

White with #092ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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