Html Css Color HEX #0636AE International Klein Blue

📋 copy color: '#0636AE'

red 6 ◦ green 54 ◦ blue 174

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

Shades of International Klein Blue #0636AE

Tints of International Klein Blue #0636AE

RGB

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

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

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

R = 2.56%
G = 23.08%
B = 74.36%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0636AE (or 0x0636AE) is known color: International Klein Blue. HEX triplet: 06, 36 and AE. RGB value is (6,54,174). Sum of RGB (Red+Green+Blue) = 6+54+174=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 174 (68.36% from 255 or 74.36% from 234); Max value from RGB is 174 - color contains mainly: blue. Hex color #0636AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0636AE is #F9C951. Grayscale: #343434. Windows color (decimal): -16370002 or 11417094. OLE color: 11417094.

HSL color Cylindrical-coordinate representation of color #0636AE: hue angle of 222.86º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0636AE is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 6 54 174 -
CMYK 0.97 0.69 0 0.32
HSL 222.86º 0.93% 0.35% -
HSV(B) 222.86º 0.97% 0.68% -
XYZ 9.03 5.73 40.67 -
YUV 53.33 196.1 94.24 -
System Red Green Blue C M Y K H S L
Decimal 6 54 174 0.97 0.69 0 0.32 222.86 0.93 0.35
Hex 6 36 AE 61 45 0 20 DF 5D 23
Octal 6 66 256 141 105 0 40 337 135 43
Binary 110 110110 10101110 1100001 1000101 0 100000 11011111 1011101 100011

Color Harmonies of #0636AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0636AE

Black with #0636AE

Text Example


Text Example

White with #0636AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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