Html Css Color HEX #0636BC International Klein Blue

📋 copy color: '#0636BC'

red 6 ◦ green 54 ◦ blue 188

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

Shades of International Klein Blue #0636BC

Tints of International Klein Blue #0636BC

RGB

 RED value IS 6 (2.73% from 255) = 2.42%

 GREEN value IS 54 (21.48% from 255) = 21.77%

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

R = 2.42%
G = 21.77%
B = 75.81%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0636BC (or 0x0636BC) is known color: International Klein Blue. HEX triplet: 06, 36 and BC. RGB value is (6,54,188). Sum of RGB (Red+Green+Blue) = 6+54+188=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 188 (73.83% from 255 or 75.81% from 248); Max value from RGB is 188 - color contains mainly: blue. Hex color #0636BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0636BC is #F9C943. Grayscale: #363636. Windows color (decimal): -16369988 or 12334598. OLE color: 12334598.

HSL color Cylindrical-coordinate representation of color #0636BC: hue angle of 224.18º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0636BC is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 54 188 -
CMYK 0.97 0.71 0 0.26
HSL 224.18º 0.94% 0.38% -
HSV(B) 224.18º 0.97% 0.74% -
XYZ 10.47 6.31 48.24 -
YUV 54.92 203.1 93.1 -
System Red Green Blue C M Y K H S L
Decimal 6 54 188 0.97 0.71 0 0.26 224.18 0.94 0.38
Hex 6 36 BC 61 47 0 1A E0 5E 26
Octal 6 66 274 141 107 0 32 340 136 46
Binary 110 110110 10111100 1100001 1000111 0 11010 11100000 1011110 100110

Color Harmonies of #0636BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0636BC

Black with #0636BC

Text Example


Text Example

White with #0636BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0636BC; }

 p { color: rgb(6,54,188); }

 H1.HeaderClassName
 {
   color: #0636BC;
 }
 .AnyTagClassName
 {
   color: #0636BC;
 }
</style>

background-color css

<style>
 a { background-color: #0636BC; }

 a { background-color: rgb(6,54,188); }

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

border-color css

<style>
 span { border-color: #0636BC; }

 span { border-color: rgb(6,54,188); }

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