Html Css Color HEX #0919AF International Klein Blue

📋 copy color: '#0919AF'

red 9 ◦ green 25 ◦ blue 175

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

Shades of International Klein Blue #0919AF

Tints of International Klein Blue #0919AF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.96%

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

R = 4.31%
G = 11.96%
B = 83.73%

CMYK

 C value IS 0.95

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0919AF (or 0x0919AF) is known color: International Klein Blue. HEX triplet: 09, 19 and AF. RGB value is (9,25,175). Sum of RGB (Red+Green+Blue) = 9+25+175=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 175 (68.75% from 255 or 83.73% from 209); Max value from RGB is 175 - color contains mainly: blue. Hex color #0919AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0919AF is #F6E650. Grayscale: #242424. Windows color (decimal): -16180817 or 11475209. OLE color: 11475209.

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

Color convert

RGB 9 25 175 -
CMYK 0.95 0.86 0 0.31
HSL 234.22º 0.9% 0.36% -
HSV(B) 234.22º 0.95% 0.69% -
XYZ 8.2 3.85 40.87 -
YUV 37.32 205.7 107.8 -
System Red Green Blue C M Y K H S L
Decimal 9 25 175 0.95 0.86 0 0.31 234.22 0.9 0.36
Hex 9 19 AF 5F 56 0 1F EA 5A 24
Octal 11 31 257 137 126 0 37 352 132 44
Binary 1001 11001 10101111 1011111 1010110 0 11111 11101010 1011010 100100

Color Harmonies of #0919AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0919AF

Black with #0919AF

Text Example


Text Example

White with #0919AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0919AF; }

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

 H1.HeaderClassName
 {
   color: #0919AF;
 }
 .AnyTagClassName
 {
   color: #0919AF;
 }
</style>

background-color css

<style>
 a { background-color: #0919AF; }

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

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

border-color css

<style>
 span { border-color: #0919AF; }

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

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