Html Css Color HEX #092AAF International Klein Blue

📋 copy color: '#092AAF'

red 9 ◦ green 42 ◦ blue 175

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

Shades of International Klein Blue #092AAF

Tints of International Klein Blue #092AAF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.58%

 BLUE value IS 175 (68.75% from 255) = 77.43%

R = 3.98%
G = 18.58%
B = 77.43%

CMYK

 C value IS 0.95

 M value IS 0.76

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#092AAF (or 0x092AAF) is known color: International Klein Blue. HEX triplet: 09, 2A and AF. RGB value is (9,42,175). Sum of RGB (Red+Green+Blue) = 9+42+175=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 175 (68.75% from 255 or 77.43% from 226); Max value from RGB is 175 - color contains mainly: blue. Hex color #092AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092AAF is #F6D550. Grayscale: #2E2E2E. Windows color (decimal): -16176465 or 11479561. OLE color: 11479561.

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

Color convert

RGB 9 42 175 -
CMYK 0.95 0.76 0 0.31
HSL 228.07º 0.9% 0.36% -
HSV(B) 228.07º 0.95% 0.69% -
XYZ 8.68 4.81 41.03 -
YUV 47.3 200.07 100.69 -
System Red Green Blue C M Y K H S L
Decimal 9 42 175 0.95 0.76 0 0.31 228.07 0.9 0.36
Hex 9 2A AF 5F 4C 0 1F E4 5A 24
Octal 11 52 257 137 114 0 37 344 132 44
Binary 1001 101010 10101111 1011111 1001100 0 11111 11100100 1011010 100100

Color Harmonies of #092AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092AAF

Black with #092AAF

Text Example


Text Example

White with #092AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,42,175); }

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

background-color css

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

 a { background-color: rgb(9,42,175); }

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

border-color css

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

 span { border-color: rgb(9,42,175); }

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