Html Css Color HEX #0B1CBC International Klein Blue

📋 copy color: '#0B1CBC'

red 11 ◦ green 28 ◦ blue 188

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

Shades of International Klein Blue #0B1CBC

Tints of International Klein Blue #0B1CBC

RGB

 RED value IS 11 (4.69% from 255) = 4.85%

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

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

R = 4.85%
G = 12.33%
B = 82.82%

CMYK

 C value IS 0.94

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0B1CBC (or 0x0B1CBC) is known color: International Klein Blue. HEX triplet: 0B, 1C and BC. RGB value is (11,28,188). Sum of RGB (Red+Green+Blue) = 11+28+188=227 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.85% from 227); Green value is 28 (11.33% from 255 or 12.33% from 227); Blue value is 188 (73.83% from 255 or 82.82% from 227); Max value from RGB is 188 - color contains mainly: blue. Hex color #0B1CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B1CBC is #F4E343. Grayscale: #282828. Windows color (decimal): -16048964 or 12327947. OLE color: 12327947.

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

Color convert

RGB 11 28 188 -
CMYK 0.94 0.85 0 0.26
HSL 234.24º 0.89% 0.39% -
HSV(B) 234.24º 0.94% 0.74% -
XYZ 9.63 4.53 47.94 -
YUV 41.16 210.87 106.49 -
System Red Green Blue C M Y K H S L
Decimal 11 28 188 0.94 0.85 0 0.26 234.24 0.89 0.39
Hex B 1C BC 5E 55 0 1A EA 59 27
Octal 13 34 274 136 125 0 32 352 131 47
Binary 1011 11100 10111100 1011110 1010101 0 11010 11101010 1011001 100111

Color Harmonies of #0B1CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1CBC

Black with #0B1CBC

Text Example


Text Example

White with #0B1CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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