Html Css Color HEX #0638AC International Klein Blue

📋 copy color: '#0638AC'

red 6 ◦ green 56 ◦ blue 172

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

Shades of International Klein Blue #0638AC

Tints of International Klein Blue #0638AC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.93%

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

R = 2.56%
G = 23.93%
B = 73.5%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0638AC (or 0x0638AC) is known color: International Klein Blue. HEX triplet: 06, 38 and AC. RGB value is (6,56,172). Sum of RGB (Red+Green+Blue) = 6+56+172=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 172 (67.58% from 255 or 73.50% from 234); Max value from RGB is 172 - color contains mainly: blue. Hex color #0638AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0638AC is #F9C753. Grayscale: #353535. Windows color (decimal): -16369492 or 11286534. OLE color: 11286534.

HSL color Cylindrical-coordinate representation of color #0638AC: hue angle of 221.93º 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 #0638AC is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 56 172 -
CMYK 0.97 0.67 0 0.33
HSL 221.93º 0.93% 0.35% -
HSV(B) 221.93º 0.97% 0.67% -
XYZ 8.94 5.85 39.69 -
YUV 54.27 194.44 93.57 -
System Red Green Blue C M Y K H S L
Decimal 6 56 172 0.97 0.67 0 0.33 221.93 0.93 0.35
Hex 6 38 AC 61 43 0 21 DE 5D 23
Octal 6 70 254 141 103 0 41 336 135 43
Binary 110 111000 10101100 1100001 1000011 0 100001 11011110 1011101 100011

Color Harmonies of #0638AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0638AC

Black with #0638AC

Text Example


Text Example

White with #0638AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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