Html Css Color HEX #0635AA International Klein Blue

📋 copy color: '#0635AA'

red 6 ◦ green 53 ◦ blue 170

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

Shades of International Klein Blue #0635AA

Tints of International Klein Blue #0635AA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.14%

 BLUE value IS 170 (66.8% from 255) = 74.24%

R = 2.62%
G = 23.14%
B = 74.24%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0635AA (or 0x0635AA) is known color: International Klein Blue. HEX triplet: 06, 35 and AA. RGB value is (6,53,170). Sum of RGB (Red+Green+Blue) = 6+53+170=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 170 (66.80% from 255 or 74.24% from 229); Max value from RGB is 170 - color contains mainly: blue. Hex color #0635AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0635AA is #F9CA55. Grayscale: #333333. Windows color (decimal): -16370262 or 11154694. OLE color: 11154694.

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

Color convert

RGB 6 53 170 -
CMYK 0.96 0.69 0 0.33
HSL 222.8º 0.93% 0.35% -
HSV(B) 222.8º 0.96% 0.67% -
XYZ 8.6 5.49 38.64 -
YUV 52.29 194.43 94.99 -
System Red Green Blue C M Y K H S L
Decimal 6 53 170 0.96 0.69 0 0.33 222.8 0.93 0.35
Hex 6 35 AA 60 45 0 21 DF 5D 23
Octal 6 65 252 140 105 0 41 337 135 43
Binary 110 110101 10101010 1100000 1000101 0 100001 11011111 1011101 100011

Color Harmonies of #0635AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0635AA

Black with #0635AA

Text Example


Text Example

White with #0635AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0635AA; }

 p { color: rgb(6,53,170); }

 H1.HeaderClassName
 {
   color: #0635AA;
 }
 .AnyTagClassName
 {
   color: #0635AA;
 }
</style>

background-color css

<style>
 a { background-color: #0635AA; }

 a { background-color: rgb(6,53,170); }

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

border-color css

<style>
 span { border-color: #0635AA; }

 span { border-color: rgb(6,53,170); }

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