Html Css Color HEX #0A1CBC International Klein Blue

📋 copy color: '#0A1CBC'

red 10 ◦ green 28 ◦ blue 188

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

Shades of International Klein Blue #0A1CBC

Tints of International Klein Blue #0A1CBC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.39%

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

R = 4.42%
G = 12.39%
B = 83.19%

CMYK

 C value IS 0.95

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0A1CBC (or 0x0A1CBC) is known color: International Klein Blue. HEX triplet: 0A, 1C and BC. RGB value is (10,28,188). Sum of RGB (Red+Green+Blue) = 10+28+188=226 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.42% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 188 (73.83% from 255 or 83.19% from 226); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A1CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A1CBC is #F5E343. Grayscale: #282828. Windows color (decimal): -16114500 or 12327946. OLE color: 12327946.

HSL color Cylindrical-coordinate representation of color #0A1CBC: hue angle of 233.93º 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 #0A1CBC is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 10 28 188 -
CMYK 0.95 0.85 0 0.26
HSL 233.93º 0.9% 0.39% -
HSV(B) 233.93º 0.95% 0.74% -
XYZ 9.62 4.53 47.94 -
YUV 40.86 211.04 105.99 -
System Red Green Blue C M Y K H S L
Decimal 10 28 188 0.95 0.85 0 0.26 233.93 0.9 0.39
Hex A 1C BC 5F 55 0 1A EA 5A 27
Octal 12 34 274 137 125 0 32 352 132 47
Binary 1010 11100 10111100 1011111 1010101 0 11010 11101010 1011010 100111

Color Harmonies of #0A1CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1CBC

Black with #0A1CBC

Text Example


Text Example

White with #0A1CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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