Html Css Color HEX #0A1FBC International Klein Blue

📋 copy color: '#0A1FBC'

red 10 ◦ green 31 ◦ blue 188

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

Shades of International Klein Blue #0A1FBC

Tints of International Klein Blue #0A1FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 82.1%

R = 4.37%
G = 13.54%
B = 82.1%

CMYK

 C value IS 0.95

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0A1FBC (or 0x0A1FBC) is known color: International Klein Blue. HEX triplet: 0A, 1F and BC. RGB value is (10,31,188). Sum of RGB (Red+Green+Blue) = 10+31+188=229 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.37% from 229); Green value is 31 (12.5% from 255 or 13.54% from 229); Blue value is 188 (73.83% from 255 or 82.10% from 229); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A1FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A1FBC is #F5E043. Grayscale: #292929. Windows color (decimal): -16113732 or 12328714. OLE color: 12328714.

HSL color Cylindrical-coordinate representation of color #0A1FBC: hue angle of 232.92º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A1FBC is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 10 31 188 -
CMYK 0.95 0.84 0 0.26
HSL 232.92º 0.9% 0.39% -
HSV(B) 232.92º 0.95% 0.74% -
XYZ 9.69 4.68 47.97 -
YUV 42.62 210.04 104.73 -
System Red Green Blue C M Y K H S L
Decimal 10 31 188 0.95 0.84 0 0.26 232.92 0.9 0.39
Hex A 1F BC 5F 54 0 1A E9 5A 27
Octal 12 37 274 137 124 0 32 351 132 47
Binary 1010 11111 10111100 1011111 1010100 0 11010 11101001 1011010 100111

Color Harmonies of #0A1FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1FBC

Black with #0A1FBC

Text Example


Text Example

White with #0A1FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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