Html Css Color HEX #092DB0 International Klein Blue

📋 copy color: '#092DB0'

red 9 ◦ green 45 ◦ blue 176

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

Shades of International Klein Blue #092DB0

Tints of International Klein Blue #092DB0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.57%

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

R = 3.91%
G = 19.57%
B = 76.52%

CMYK

 C value IS 0.95

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#092DB0 (or 0x092DB0) is known color: International Klein Blue. HEX triplet: 09, 2D and B0. RGB value is (9,45,176). Sum of RGB (Red+Green+Blue) = 9+45+176=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 176 (69.14% from 255 or 76.52% from 230); Max value from RGB is 176 - color contains mainly: blue. Hex color #092DB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092DB0 is #F6D24F. Grayscale: #303030. Windows color (decimal): -16175696 or 11545865. OLE color: 11545865.

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

Color convert

RGB 9 45 176 -
CMYK 0.95 0.74 0 0.31
HSL 227.07º 0.9% 0.36% -
HSV(B) 227.07º 0.95% 0.69% -
XYZ 8.89 5.07 41.58 -
YUV 49.17 199.57 99.35 -
System Red Green Blue C M Y K H S L
Decimal 9 45 176 0.95 0.74 0 0.31 227.07 0.9 0.36
Hex 9 2D B0 5F 4A 0 1F E3 5A 24
Octal 11 55 260 137 112 0 37 343 132 44
Binary 1001 101101 10110000 1011111 1001010 0 11111 11100011 1011010 100100

Color Harmonies of #092DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092DB0

Black with #092DB0

Text Example


Text Example

White with #092DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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