Html Css Color HEX #0035BE International Klein Blue

📋 copy color: '#0035BE'

red 0 ◦ green 53 ◦ blue 190

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

Shades of International Klein Blue #0035BE

Tints of International Klein Blue #0035BE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.81%

 BLUE value IS 190 (74.61% from 255) = 78.19%

R = 0%
G = 21.81%
B = 78.19%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0035BE (or 0x0035BE) is known color: International Klein Blue. HEX triplet: 00, 35 and BE. RGB value is (0,53,190). Sum of RGB (Red+Green+Blue) = 0+53+190=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 190 (74.61% from 255 or 78.19% from 243); Max value from RGB is 190 - color contains mainly: blue. Hex color #0035BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0035BE is #FFCA41. Grayscale: #343434. Windows color (decimal): -16763458 or 12465408. OLE color: 12465408.

HSL color Cylindrical-coordinate representation of color #0035BE: hue angle of 223.26º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0035BE is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 53 190 -
CMYK 1 0.72 0 0.25
HSL 223.26º 1% 0.37% -
HSV(B) 223.26º 1% 0.75% -
XYZ 10.57 6.26 49.37 -
YUV 52.77 205.44 90.36 -
System Red Green Blue C M Y K H S L
Decimal 0 53 190 1 0.72 0 0.25 223.26 1 0.37
Hex 0 35 BE 64 48 0 19 DF 64 25
Octal 0 65 276 144 110 0 31 337 144 45
Binary 0 110101 10111110 1100100 1001000 0 11001 11011111 1100100 100101

Color Harmonies of #0035BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0035BE

Black with #0035BE

Text Example


Text Example

White with #0035BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0035BE; }

 p { color: rgb(0,53,190); }

 H1.HeaderClassName
 {
   color: #0035BE;
 }
 .AnyTagClassName
 {
   color: #0035BE;
 }
</style>

background-color css

<style>
 a { background-color: #0035BE; }

 a { background-color: rgb(0,53,190); }

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

border-color css

<style>
 span { border-color: #0035BE; }

 span { border-color: rgb(0,53,190); }

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