Html Css Color HEX #092CB7 International Klein Blue

📋 copy color: '#092CB7'

red 9 ◦ green 44 ◦ blue 183

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

Shades of International Klein Blue #092CB7

Tints of International Klein Blue #092CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 77.54%

R = 3.81%
G = 18.64%
B = 77.54%

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

#092CB7 (or 0x092CB7) is known color: International Klein Blue. HEX triplet: 09, 2C and B7. RGB value is (9,44,183). Sum of RGB (Red+Green+Blue) = 9+44+183=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 183 (71.88% from 255 or 77.54% from 236); Max value from RGB is 183 - color contains mainly: blue. Hex color #092CB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092CB7 is #F6D348. Grayscale: #303030. Windows color (decimal): -16175945 or 12004361. OLE color: 12004361.

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

Color convert

RGB 9 44 183 -
CMYK 0.95 0.76 0 0.28
HSL 227.93º 0.91% 0.38% -
HSV(B) 227.93º 0.95% 0.72% -
XYZ 9.56 5.28 45.31 -
YUV 49.38 203.4 99.2 -
System Red Green Blue C M Y K H S L
Decimal 9 44 183 0.95 0.76 0 0.28 227.93 0.91 0.38
Hex 9 2C B7 5F 4C 0 1C E4 5B 26
Octal 11 54 267 137 114 0 34 344 133 46
Binary 1001 101100 10110111 1011111 1001100 0 11100 11100100 1011011 100110

Color Harmonies of #092CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092CB7

Black with #092CB7

Text Example


Text Example

White with #092CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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