Html Css Color HEX #0A1FAE International Klein Blue

📋 copy color: '#0A1FAE'

red 10 ◦ green 31 ◦ blue 174

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

Shades of International Klein Blue #0A1FAE

Tints of International Klein Blue #0A1FAE

RGB

 RED value IS 10 (4.3% from 255) = 4.65%

 GREEN value IS 31 (12.5% from 255) = 14.42%

 BLUE value IS 174 (68.36% from 255) = 80.93%

R = 4.65%
G = 14.42%
B = 80.93%

CMYK

 C value IS 0.94

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0A1FAE (or 0x0A1FAE) is known color: International Klein Blue. HEX triplet: 0A, 1F and AE. RGB value is (10,31,174). Sum of RGB (Red+Green+Blue) = 10+31+174=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 174 (68.36% from 255 or 80.93% from 215); Max value from RGB is 174 - color contains mainly: blue. Hex color #0A1FAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A1FAE is #F5E051. Grayscale: #282828. Windows color (decimal): -16113746 or 11411210. OLE color: 11411210.

HSL color Cylindrical-coordinate representation of color #0A1FAE: hue angle of 232.32º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A1FAE is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 10 31 174 -
CMYK 0.94 0.82 0 0.32
HSL 232.32º 0.89% 0.36% -
HSV(B) 232.32º 0.94% 0.68% -
XYZ 8.26 4.1 40.4 -
YUV 41.02 203.04 105.87 -
System Red Green Blue C M Y K H S L
Decimal 10 31 174 0.94 0.82 0 0.32 232.32 0.89 0.36
Hex A 1F AE 5E 52 0 20 E8 59 24
Octal 12 37 256 136 122 0 40 350 131 44
Binary 1010 11111 10101110 1011110 1010010 0 100000 11101000 1011001 100100

Color Harmonies of #0A1FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1FAE

Black with #0A1FAE

Text Example


Text Example

White with #0A1FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A1FAE; }

 p { color: rgb(10,31,174); }

 H1.HeaderClassName
 {
   color: #0A1FAE;
 }
 .AnyTagClassName
 {
   color: #0A1FAE;
 }
</style>

background-color css

<style>
 a { background-color: #0A1FAE; }

 a { background-color: rgb(10,31,174); }

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

border-color css

<style>
 span { border-color: #0A1FAE; }

 span { border-color: rgb(10,31,174); }

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