Html Css Color HEX #0928AF International Klein Blue

📋 copy color: '#0928AF'

red 9 ◦ green 40 ◦ blue 175

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

Shades of International Klein Blue #0928AF

Tints of International Klein Blue #0928AF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.86%

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

R = 4.02%
G = 17.86%
B = 78.13%

CMYK

 C value IS 0.95

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0928AF (or 0x0928AF) is known color: International Klein Blue. HEX triplet: 09, 28 and AF. RGB value is (9,40,175). Sum of RGB (Red+Green+Blue) = 9+40+175=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 175 (68.75% from 255 or 78.12% from 224); Max value from RGB is 175 - color contains mainly: blue. Hex color #0928AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0928AF is #F6D750. Grayscale: #2D2D2D. Windows color (decimal): -16176977 or 11479049. OLE color: 11479049.

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

Color convert

RGB 9 40 175 -
CMYK 0.95 0.77 0 0.31
HSL 228.8º 0.9% 0.36% -
HSV(B) 228.8º 0.95% 0.69% -
XYZ 8.61 4.67 41.01 -
YUV 46.12 200.73 101.52 -
System Red Green Blue C M Y K H S L
Decimal 9 40 175 0.95 0.77 0 0.31 228.8 0.9 0.36
Hex 9 28 AF 5F 4D 0 1F E5 5A 24
Octal 11 50 257 137 115 0 37 345 132 44
Binary 1001 101000 10101111 1011111 1001101 0 11111 11100101 1011010 100100

Color Harmonies of #0928AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0928AF

Black with #0928AF

Text Example


Text Example

White with #0928AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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