Html Css Color HEX #0638AF International Klein Blue

📋 copy color: '#0638AF'

red 6 ◦ green 56 ◦ blue 175

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

Shades of International Klein Blue #0638AF

Tints of International Klein Blue #0638AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 73.84%

R = 2.53%
G = 23.63%
B = 73.84%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0638AF (or 0x0638AF) is known color: International Klein Blue. HEX triplet: 06, 38 and AF. RGB value is (6,56,175). Sum of RGB (Red+Green+Blue) = 6+56+175=237 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.53% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 175 (68.75% from 255 or 73.84% from 237); Max value from RGB is 175 - color contains mainly: blue. Hex color #0638AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0638AF is #F9C750. Grayscale: #363636. Windows color (decimal): -16369489 or 11483142. OLE color: 11483142.

HSL color Cylindrical-coordinate representation of color #0638AF: hue angle of 222.25º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0638AF is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 6 56 175 -
CMYK 0.97 0.68 0 0.31
HSL 222.25º 0.93% 0.35% -
HSV(B) 222.25º 0.97% 0.69% -
XYZ 9.23 5.96 41.22 -
YUV 54.62 195.94 93.32 -
System Red Green Blue C M Y K H S L
Decimal 6 56 175 0.97 0.68 0 0.31 222.25 0.93 0.35
Hex 6 38 AF 61 44 0 1F DE 5D 23
Octal 6 70 257 141 104 0 37 336 135 43
Binary 110 111000 10101111 1100001 1000100 0 11111 11011110 1011101 100011

Color Harmonies of #0638AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0638AF

Black with #0638AF

Text Example


Text Example

White with #0638AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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