Html Css Color HEX #092DAF International Klein Blue

📋 copy color: '#092DAF'

red 9 ◦ green 45 ◦ blue 175

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

Shades of International Klein Blue #092DAF

Tints of International Klein Blue #092DAF

RGB

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

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

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

R = 3.93%
G = 19.65%
B = 76.42%

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

#092DAF (or 0x092DAF) is known color: International Klein Blue. HEX triplet: 09, 2D and AF. RGB value is (9,45,175). Sum of RGB (Red+Green+Blue) = 9+45+175=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 175 (68.75% from 255 or 76.42% from 229); Max value from RGB is 175 - color contains mainly: blue. Hex color #092DAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092DAF is #F6D250. Grayscale: #303030. Windows color (decimal): -16175697 or 11480329. OLE color: 11480329.

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

Color convert

RGB 9 45 175 -
CMYK 0.95 0.74 0 0.31
HSL 226.99º 0.9% 0.36% -
HSV(B) 226.99º 0.95% 0.69% -
XYZ 8.79 5.03 41.07 -
YUV 49.06 199.07 99.43 -
System Red Green Blue C M Y K H S L
Decimal 9 45 175 0.95 0.74 0 0.31 226.99 0.9 0.36
Hex 9 2D AF 5F 4A 0 1F E3 5A 24
Octal 11 55 257 137 112 0 37 343 132 44
Binary 1001 101101 10101111 1011111 1001010 0 11111 11100011 1011010 100100

Color Harmonies of #092DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092DAF

Black with #092DAF

Text Example


Text Example

White with #092DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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