Html Css Color HEX #092CB0 International Klein Blue

📋 copy color: '#092CB0'

red 9 ◦ green 44 ◦ blue 176

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

Shades of International Klein Blue #092CB0

Tints of International Klein Blue #092CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 76.86%

R = 3.93%
G = 19.21%
B = 76.86%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#092CB0 (or 0x092CB0) is known color: International Klein Blue. HEX triplet: 09, 2C and B0. RGB value is (9,44,176). Sum of RGB (Red+Green+Blue) = 9+44+176=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 176 (69.14% from 255 or 76.86% from 229); Max value from RGB is 176 - color contains mainly: blue. Hex color #092CB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092CB0 is #F6D34F. Grayscale: #303030. Windows color (decimal): -16175952 or 11545609. OLE color: 11545609.

HSL color Cylindrical-coordinate representation of color #092CB0: hue angle of 227.43º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #092CB0 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 9 44 176 -
CMYK 0.95 0.75 0 0.31
HSL 227.43º 0.9% 0.36% -
HSV(B) 227.43º 0.95% 0.69% -
XYZ 8.85 4.99 41.57 -
YUV 48.58 199.9 99.77 -
System Red Green Blue C M Y K H S L
Decimal 9 44 176 0.95 0.75 0 0.31 227.43 0.9 0.36
Hex 9 2C B0 5F 4B 0 1F E3 5A 24
Octal 11 54 260 137 113 0 37 343 132 44
Binary 1001 101100 10110000 1011111 1001011 0 11111 11100011 1011010 100100

Color Harmonies of #092CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092CB0

Black with #092CB0

Text Example


Text Example

White with #092CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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