Html Css Color HEX #0925AB International Klein Blue

📋 copy color: '#0925AB'

red 9 ◦ green 37 ◦ blue 171

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

Shades of International Klein Blue #0925AB

Tints of International Klein Blue #0925AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 78.8%

R = 4.15%
G = 17.05%
B = 78.8%

CMYK

 C value IS 0.95

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0925AB (or 0x0925AB) is known color: International Klein Blue. HEX triplet: 09, 25 and AB. RGB value is (9,37,171). Sum of RGB (Red+Green+Blue) = 9+37+171=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 171 (67.19% from 255 or 78.80% from 217); Max value from RGB is 171 - color contains mainly: blue. Hex color #0925AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0925AB is #F6DA54. Grayscale: #2B2B2B. Windows color (decimal): -16177749 or 11216137. OLE color: 11216137.

HSL color Cylindrical-coordinate representation of color #0925AB: hue angle of 229.63º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0925AB is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 37 171 -
CMYK 0.95 0.78 0 0.33
HSL 229.63º 0.9% 0.35% -
HSV(B) 229.63º 0.95% 0.67% -
XYZ 8.12 4.32 38.93 -
YUV 43.9 199.72 103.1 -
System Red Green Blue C M Y K H S L
Decimal 9 37 171 0.95 0.78 0 0.33 229.63 0.9 0.35
Hex 9 25 AB 5F 4E 0 21 E6 5A 23
Octal 11 45 253 137 116 0 41 346 132 43
Binary 1001 100101 10101011 1011111 1001110 0 100001 11100110 1011010 100011

Color Harmonies of #0925AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0925AB

Black with #0925AB

Text Example


Text Example

White with #0925AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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