Html Css Color HEX #0929AB International Klein Blue

📋 copy color: '#0929AB'

red 9 ◦ green 41 ◦ blue 171

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

Shades of International Klein Blue #0929AB

Tints of International Klein Blue #0929AB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.55%

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

R = 4.07%
G = 18.55%
B = 77.38%

CMYK

 C value IS 0.95

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0929AB (or 0x0929AB) is known color: International Klein Blue. HEX triplet: 09, 29 and AB. RGB value is (9,41,171). Sum of RGB (Red+Green+Blue) = 9+41+171=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 171 (67.19% from 255 or 77.38% from 221); Max value from RGB is 171 - color contains mainly: blue. Hex color #0929AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0929AB is #F6D654. Grayscale: #2D2D2D. Windows color (decimal): -16176725 or 11217161. OLE color: 11217161.

HSL color Cylindrical-coordinate representation of color #0929AB: hue angle of 228.15º 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 #0929AB is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 41 171 -
CMYK 0.95 0.76 0 0.33
HSL 228.15º 0.9% 0.35% -
HSV(B) 228.15º 0.95% 0.67% -
XYZ 8.26 4.58 38.98 -
YUV 46.25 198.4 101.43 -
System Red Green Blue C M Y K H S L
Decimal 9 41 171 0.95 0.76 0 0.33 228.15 0.9 0.35
Hex 9 29 AB 5F 4C 0 21 E4 5A 23
Octal 11 51 253 137 114 0 41 344 132 43
Binary 1001 101001 10101011 1011111 1001100 0 100001 11100100 1011010 100011

Color Harmonies of #0929AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0929AB

Black with #0929AB

Text Example


Text Example

White with #0929AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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