Html Css Color HEX #0638AB International Klein Blue

📋 copy color: '#0638AB'

red 6 ◦ green 56 ◦ blue 171

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

Shades of International Klein Blue #0638AB

Tints of International Klein Blue #0638AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 73.39%

R = 2.58%
G = 24.03%
B = 73.39%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0638AB (or 0x0638AB) is known color: International Klein Blue. HEX triplet: 06, 38 and AB. RGB value is (6,56,171). Sum of RGB (Red+Green+Blue) = 6+56+171=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 171 (67.19% from 255 or 73.39% from 233); Max value from RGB is 171 - color contains mainly: blue. Hex color #0638AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0638AB is #F9C754. Grayscale: #353535. Windows color (decimal): -16369493 or 11220998. OLE color: 11220998.

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

Color convert

RGB 6 56 171 -
CMYK 0.96 0.67 0 0.33
HSL 221.82º 0.93% 0.35% -
HSV(B) 221.82º 0.96% 0.67% -
XYZ 8.84 5.81 39.18 -
YUV 54.16 193.94 93.65 -
System Red Green Blue C M Y K H S L
Decimal 6 56 171 0.96 0.67 0 0.33 221.82 0.93 0.35
Hex 6 38 AB 60 43 0 21 DE 5D 23
Octal 6 70 253 140 103 0 41 336 135 43
Binary 110 111000 10101011 1100000 1000011 0 100001 11011110 1011101 100011

Color Harmonies of #0638AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0638AB

Black with #0638AB

Text Example


Text Example

White with #0638AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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