Html Css Color HEX #092DAE International Klein Blue

📋 copy color: '#092DAE'

red 9 ◦ green 45 ◦ blue 174

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

Shades of International Klein Blue #092DAE

Tints of International Klein Blue #092DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 76.32%

R = 3.95%
G = 19.74%
B = 76.32%

CMYK

 C value IS 0.95

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#092DAE (or 0x092DAE) is known color: International Klein Blue. HEX triplet: 09, 2D and AE. RGB value is (9,45,174). Sum of RGB (Red+Green+Blue) = 9+45+174=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 174 (68.36% from 255 or 76.32% from 228); Max value from RGB is 174 - color contains mainly: blue. Hex color #092DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092DAE is #F6D251. Grayscale: #303030. Windows color (decimal): -16175698 or 11414793. OLE color: 11414793.

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

Color convert

RGB 9 45 174 -
CMYK 0.95 0.74 0 0.32
HSL 226.91º 0.9% 0.36% -
HSV(B) 226.91º 0.95% 0.68% -
XYZ 8.69 4.99 40.55 -
YUV 48.94 198.57 99.51 -
System Red Green Blue C M Y K H S L
Decimal 9 45 174 0.95 0.74 0 0.32 226.91 0.9 0.36
Hex 9 2D AE 5F 4A 0 20 E3 5A 24
Octal 11 55 256 137 112 0 40 343 132 44
Binary 1001 101101 10101110 1011111 1001010 0 100000 11100011 1011010 100100

Color Harmonies of #092DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092DAE

Black with #092DAE

Text Example


Text Example

White with #092DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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