Html Css Color HEX #0A1BAE International Klein Blue

📋 copy color: '#0A1BAE'

red 10 ◦ green 27 ◦ blue 174

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

Shades of International Klein Blue #0A1BAE

Tints of International Klein Blue #0A1BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.8%

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

R = 4.74%
G = 12.8%
B = 82.46%

CMYK

 C value IS 0.94

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0A1BAE (or 0x0A1BAE) is known color: International Klein Blue. HEX triplet: 0A, 1B and AE. RGB value is (10,27,174). Sum of RGB (Red+Green+Blue) = 10+27+174=211 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.74% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 174 (68.36% from 255 or 82.46% from 211); Max value from RGB is 174 - color contains mainly: blue. Hex color #0A1BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A1BAE is #F5E451. Grayscale: #262626. Windows color (decimal): -16114770 or 11410186. OLE color: 11410186.

HSL color Cylindrical-coordinate representation of color #0A1BAE: hue angle of 233.78º 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 #0A1BAE is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 10 27 174 -
CMYK 0.94 0.84 0 0.32
HSL 233.78º 0.89% 0.36% -
HSV(B) 233.78º 0.94% 0.68% -
XYZ 8.16 3.9 40.37 -
YUV 38.68 204.37 107.55 -
System Red Green Blue C M Y K H S L
Decimal 10 27 174 0.94 0.84 0 0.32 233.78 0.89 0.36
Hex A 1B AE 5E 54 0 20 EA 59 24
Octal 12 33 256 136 124 0 40 352 131 44
Binary 1010 11011 10101110 1011110 1010100 0 100000 11101010 1011001 100100

Color Harmonies of #0A1BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1BAE

Black with #0A1BAE

Text Example


Text Example

White with #0A1BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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