Html Css Color HEX #092DB4 International Klein Blue

📋 copy color: '#092DB4'

red 9 ◦ green 45 ◦ blue 180

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

Shades of International Klein Blue #092DB4

Tints of International Klein Blue #092DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 76.92%

R = 3.85%
G = 19.23%
B = 76.92%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#092DB4 (or 0x092DB4) is known color: International Klein Blue. HEX triplet: 09, 2D and B4. RGB value is (9,45,180). Sum of RGB (Red+Green+Blue) = 9+45+180=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 180 (70.70% from 255 or 76.92% from 234); Max value from RGB is 180 - color contains mainly: blue. Hex color #092DB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092DB4 is #F6D24B. Grayscale: #313131. Windows color (decimal): -16175692 or 11808009. OLE color: 11808009.

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

Color convert

RGB 9 45 180 -
CMYK 0.95 0.75 0 0.29
HSL 227.37º 0.9% 0.37% -
HSV(B) 227.37º 0.95% 0.71% -
XYZ 9.29 5.23 43.7 -
YUV 49.63 201.57 99.02 -
System Red Green Blue C M Y K H S L
Decimal 9 45 180 0.95 0.75 0 0.29 227.37 0.9 0.37
Hex 9 2D B4 5F 4B 0 1D E3 5A 25
Octal 11 55 264 137 113 0 35 343 132 45
Binary 1001 101101 10110100 1011111 1001011 0 11101 11100011 1011010 100101

Color Harmonies of #092DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092DB4

Black with #092DB4

Text Example


Text Example

White with #092DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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