Html Css Color HEX #092CB8 International Klein Blue

📋 copy color: '#092CB8'

red 9 ◦ green 44 ◦ blue 184

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

Shades of International Klein Blue #092CB8

Tints of International Klein Blue #092CB8

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.57%

 BLUE value IS 184 (72.27% from 255) = 77.64%

R = 3.8%
G = 18.57%
B = 77.64%

CMYK

 C value IS 0.95

 M value IS 0.76

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#092CB8 (or 0x092CB8) is known color: International Klein Blue. HEX triplet: 09, 2C and B8. RGB value is (9,44,184). Sum of RGB (Red+Green+Blue) = 9+44+184=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 184 (72.27% from 255 or 77.64% from 237); Max value from RGB is 184 - color contains mainly: blue. Hex color #092CB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092CB8 is #F6D347. Grayscale: #303030. Windows color (decimal): -16175944 or 12069897. OLE color: 12069897.

HSL color Cylindrical-coordinate representation of color #092CB8: hue angle of 228º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #092CB8 is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 9 44 184 -
CMYK 0.95 0.76 0 0.28
HSL 228º 0.91% 0.38% -
HSV(B) 228º 0.95% 0.72% -
XYZ 9.67 5.32 45.86 -
YUV 49.5 203.9 99.12 -
System Red Green Blue C M Y K H S L
Decimal 9 44 184 0.95 0.76 0 0.28 228 0.91 0.38
Hex 9 2C B8 5F 4C 0 1C E4 5B 26
Octal 11 54 270 137 114 0 34 344 133 46
Binary 1001 101100 10111000 1011111 1001100 0 11100 11100100 1011011 100110

Color Harmonies of #092CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092CB8

Black with #092CB8

Text Example


Text Example

White with #092CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,44,184); }

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

background-color css

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

 a { background-color: rgb(9,44,184); }

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

border-color css

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

 span { border-color: rgb(9,44,184); }

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