Html Css Color HEX #0038AE International Klein Blue

📋 copy color: '#0038AE'

red 0 ◦ green 56 ◦ blue 174

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

Shades of International Klein Blue #0038AE

Tints of International Klein Blue #0038AE

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 174 (68.36% from 255) = 75.65%

R = 0%
G = 24.35%
B = 75.65%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0038AE (or 0x0038AE) is known color: International Klein Blue. HEX triplet: 00, 38 and AE. RGB value is (0,56,174). Sum of RGB (Red+Green+Blue) = 0+56+174=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 174 (68.36% from 255 or 75.65% from 230); Max value from RGB is 174 - color contains mainly: blue. Hex color #0038AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0038AE is #FFC751. Grayscale: #343434. Windows color (decimal): -16762706 or 11417600. OLE color: 11417600.

HSL color Cylindrical-coordinate representation of color #0038AE: hue angle of 220.69º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0038AE is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 56 174 -
CMYK 1 0.68 0 0.32
HSL 220.69º 1% 0.34% -
HSV(B) 220.69º 1% 0.68% -
XYZ 9.05 5.88 40.7 -
YUV 52.71 196.45 90.41 -
System Red Green Blue C M Y K H S L
Decimal 0 56 174 1 0.68 0 0.32 220.69 1 0.34
Hex 0 38 AE 64 44 0 20 DD 64 22
Octal 0 70 256 144 104 0 40 335 144 42
Binary 0 111000 10101110 1100100 1000100 0 100000 11011101 1100100 100010

Color Harmonies of #0038AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0038AE

Black with #0038AE

Text Example


Text Example

White with #0038AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0038AE; }

 p { color: rgb(0,56,174); }

 H1.HeaderClassName
 {
   color: #0038AE;
 }
 .AnyTagClassName
 {
   color: #0038AE;
 }
</style>

background-color css

<style>
 a { background-color: #0038AE; }

 a { background-color: rgb(0,56,174); }

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

border-color css

<style>
 span { border-color: #0038AE; }

 span { border-color: rgb(0,56,174); }

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