Html Css Color HEX #0925AD International Klein Blue

📋 copy color: '#0925AD'

red 9 ◦ green 37 ◦ blue 173

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

Shades of International Klein Blue #0925AD

Tints of International Klein Blue #0925AD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.89%

 BLUE value IS 173 (67.97% from 255) = 79%

R = 4.11%
G = 16.89%
B = 79%

CMYK

 C value IS 0.95

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0925AD (or 0x0925AD) is known color: International Klein Blue. HEX triplet: 09, 25 and AD. RGB value is (9,37,173). Sum of RGB (Red+Green+Blue) = 9+37+173=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 173 (67.97% from 255 or 79.00% from 219); Max value from RGB is 173 - color contains mainly: blue. Hex color #0925AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0925AD is #F6DA52. Grayscale: #2B2B2B. Windows color (decimal): -16177747 or 11347209. OLE color: 11347209.

HSL color Cylindrical-coordinate representation of color #0925AD: hue angle of 229.76º 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 #0925AD is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 37 173 -
CMYK 0.95 0.79 0 0.32
HSL 229.76º 0.9% 0.36% -
HSV(B) 229.76º 0.95% 0.68% -
XYZ 8.32 4.4 39.95 -
YUV 44.13 200.72 102.94 -
System Red Green Blue C M Y K H S L
Decimal 9 37 173 0.95 0.79 0 0.32 229.76 0.9 0.36
Hex 9 25 AD 5F 4F 0 20 E6 5A 24
Octal 11 45 255 137 117 0 40 346 132 44
Binary 1001 100101 10101101 1011111 1001111 0 100000 11100110 1011010 100100

Color Harmonies of #0925AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0925AD

Black with #0925AD

Text Example


Text Example

White with #0925AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0925AD; }

 p { color: rgb(9,37,173); }

 H1.HeaderClassName
 {
   color: #0925AD;
 }
 .AnyTagClassName
 {
   color: #0925AD;
 }
</style>

background-color css

<style>
 a { background-color: #0925AD; }

 a { background-color: rgb(9,37,173); }

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

border-color css

<style>
 span { border-color: #0925AD; }

 span { border-color: rgb(9,37,173); }

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