Html Css Color HEX #0238BE International Klein Blue

📋 copy color: '#0238BE'

red 2 ◦ green 56 ◦ blue 190

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

Shades of International Klein Blue #0238BE

Tints of International Klein Blue #0238BE

RGB

 RED value IS 2 (1.17% from 255) = 0.81%

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

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

R = 0.81%
G = 22.58%
B = 76.61%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0238BE (or 0x0238BE) is known color: International Klein Blue. HEX triplet: 02, 38 and BE. RGB value is (2,56,190). Sum of RGB (Red+Green+Blue) = 2+56+190=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 190 (74.61% from 255 or 76.61% from 248); Max value from RGB is 190 - color contains mainly: blue. Hex color #0238BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0238BE is #FDC741. Grayscale: #363636. Windows color (decimal): -16631618 or 12466178. OLE color: 12466178.

HSL color Cylindrical-coordinate representation of color #0238BE: hue angle of 222.77º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0238BE is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 56 190 -
CMYK 0.99 0.71 0 0.25
HSL 222.77º 0.98% 0.38% -
HSV(B) 222.77º 0.99% 0.75% -
XYZ 10.73 6.56 49.42 -
YUV 55.13 204.11 90.1 -
System Red Green Blue C M Y K H S L
Decimal 2 56 190 0.99 0.71 0 0.25 222.77 0.98 0.38
Hex 2 38 BE 63 47 0 19 DF 62 26
Octal 2 70 276 143 107 0 31 337 142 46
Binary 10 111000 10111110 1100011 1000111 0 11001 11011111 1100010 100110

Color Harmonies of #0238BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0238BE

Black with #0238BE

Text Example


Text Example

White with #0238BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,56,190); }

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

background-color css

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

 a { background-color: rgb(2,56,190); }

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

border-color css

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

 span { border-color: rgb(2,56,190); }

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