Html Css Color HEX #0633AC International Klein Blue

📋 copy color: '#0633AC'

red 6 ◦ green 51 ◦ blue 172

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

Shades of International Klein Blue #0633AC

Tints of International Klein Blue #0633AC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.27%

 BLUE value IS 172 (67.58% from 255) = 75.11%

R = 2.62%
G = 22.27%
B = 75.11%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0633AC (or 0x0633AC) is known color: International Klein Blue. HEX triplet: 06, 33 and AC. RGB value is (6,51,172). Sum of RGB (Red+Green+Blue) = 6+51+172=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 172 (67.58% from 255 or 75.11% from 229); Max value from RGB is 172 - color contains mainly: blue. Hex color #0633AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0633AC is #F9CC53. Grayscale: #323232. Windows color (decimal): -16370772 or 11285254. OLE color: 11285254.

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

Color convert

RGB 6 51 172 -
CMYK 0.97 0.70 0 0.33
HSL 223.73º 0.93% 0.35% -
HSV(B) 223.73º 0.97% 0.67% -
XYZ 8.71 5.38 39.61 -
YUV 51.34 196.09 95.66 -
System Red Green Blue C M Y K H S L
Decimal 6 51 172 0.97 0.70 0 0.33 223.73 0.93 0.35
Hex 6 33 AC 61 46 0 21 E0 5D 23
Octal 6 63 254 141 106 0 41 340 135 43
Binary 110 110011 10101100 1100001 1000110 0 100001 11100000 1011101 100011

Color Harmonies of #0633AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0633AC

Black with #0633AC

Text Example


Text Example

White with #0633AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0633AC; }

 p { color: rgb(6,51,172); }

 H1.HeaderClassName
 {
   color: #0633AC;
 }
 .AnyTagClassName
 {
   color: #0633AC;
 }
</style>

background-color css

<style>
 a { background-color: #0633AC; }

 a { background-color: rgb(6,51,172); }

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

border-color css

<style>
 span { border-color: #0633AC; }

 span { border-color: rgb(6,51,172); }

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