Html Css Color HEX #0038BA International Klein Blue

📋 copy color: '#0038BA'

red 0 ◦ green 56 ◦ blue 186

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

Shades of International Klein Blue #0038BA

Tints of International Klein Blue #0038BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 76.86%

R = 0%
G = 23.14%
B = 76.86%

CMYK

 C value IS 1

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0038BA (or 0x0038BA) is known color: International Klein Blue. HEX triplet: 00, 38 and BA. RGB value is (0,56,186). Sum of RGB (Red+Green+Blue) = 0+56+186=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 186 (73.05% from 255 or 76.86% from 242); Max value from RGB is 186 - color contains mainly: blue. Hex color #0038BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0038BA is #FFC745. Grayscale: #353535. Windows color (decimal): -16762694 or 12204032. OLE color: 12204032.

HSL color Cylindrical-coordinate representation of color #0038BA: hue angle of 221.94º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0038BA is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 56 186 -
CMYK 1 0.70 0 0.27
HSL 221.94º 1% 0.36% -
HSV(B) 221.94º 1% 0.73% -
XYZ 10.28 6.37 47.14 -
YUV 54.08 202.45 89.43 -
System Red Green Blue C M Y K H S L
Decimal 0 56 186 1 0.70 0 0.27 221.94 1 0.36
Hex 0 38 BA 64 46 0 1B DE 64 24
Octal 0 70 272 144 106 0 33 336 144 44
Binary 0 111000 10111010 1100100 1000110 0 11011 11011110 1100100 100100

Color Harmonies of #0038BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0038BA

Black with #0038BA

Text Example


Text Example

White with #0038BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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