Html Css Color HEX #0636A5 International Klein Blue

📋 copy color: '#0636A5'

red 6 ◦ green 54 ◦ blue 165

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

Shades of International Klein Blue #0636A5

Tints of International Klein Blue #0636A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 73.33%

R = 2.67%
G = 24%
B = 73.33%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0636A5 (or 0x0636A5) is known color: International Klein Blue. HEX triplet: 06, 36 and A5. RGB value is (6,54,165). Sum of RGB (Red+Green+Blue) = 6+54+165=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 165 (64.84% from 255 or 73.33% from 225); Max value from RGB is 165 - color contains mainly: blue. Hex color #0636A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0636A5 is #F9C95A. Grayscale: #333333. Windows color (decimal): -16370011 or 10827270. OLE color: 10827270.

HSL color Cylindrical-coordinate representation of color #0636A5: hue angle of 221.89º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0636A5 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 6 54 165 -
CMYK 0.96 0.67 0 0.35
HSL 221.89º 0.93% 0.34% -
HSV(B) 221.89º 0.96% 0.65% -
XYZ 8.19 5.39 36.21 -
YUV 52.3 191.6 94.97 -
System Red Green Blue C M Y K H S L
Decimal 6 54 165 0.96 0.67 0 0.35 221.89 0.93 0.34
Hex 6 36 A5 60 43 0 23 DE 5D 22
Octal 6 66 245 140 103 0 43 336 135 42
Binary 110 110110 10100101 1100000 1000011 0 100011 11011110 1011101 100010

Color Harmonies of #0636A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0636A5

Black with #0636A5

Text Example


Text Example

White with #0636A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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